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