Refactor admin/call_for_booth controller
This commit is contained in:
parent
6a8b9f8d2d
commit
a5ce1239f2
17 changed files with 182 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue