Rooms belong to venue

This commit is contained in:
Stella Rouzi 2015-11-07 11:43:36 +02:00
parent 1fcefafe64
commit 3c6ddb2f52
31 changed files with 213 additions and 165 deletions

View file

@ -21,6 +21,7 @@ class CreateProgramsTable< ActiveRecord::Migration
t.integer :rating, default: 0
t.boolean :schedule_public, default: false
t.boolean :schedule_fluid, default: false
t.timestamps
end
add_column :call_for_papers, :program_id, :integer