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
@@ -0,0 +1,8 @@
class CreateBenefits < ActiveRecord::Migration
def change
create_table :benefits do |t|
t.timestamps
end
end
end