Refactor admin/call_for_booth controller

This commit is contained in:
nasia 2017-06-10 23:50:31 +03:00
parent 9103f511a7
commit 318c0d15a4
17 changed files with 182 additions and 18 deletions

View file

@ -4,6 +4,7 @@ class CreateCallForBooths < ActiveRecord::Migration
t.date :start_date
t.date :end_date
t.integer :booth_limit
t.references :conference
t.timestamps null: false
end