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:
Ken Johnson
2013-07-09 13:53:00 -04:00
parent 1a79471ef8
commit ea2014b637
14 changed files with 146 additions and 10 deletions
@@ -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