I have exhausted all thoughts on how to actually get jquery file upload to work, so screw it, I am just going to make something homegrown for tomorrow
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class BenefitFormsController < ApplicationController
|
||||
|
||||
def index
|
||||
@benefits = Benefits.new
|
||||
end
|
||||
|
||||
|
||||
@@ -13,6 +14,10 @@ class BenefitFormsController < ApplicationController
|
||||
redirect_to user_benefit_forms_path(:user_id => current_user.user_id)
|
||||
end
|
||||
end
|
||||
|
||||
def upload
|
||||
|
||||
end
|
||||
|
||||
|
||||
=begin
|
||||
|
||||
Reference in New Issue
Block a user