Merge pull request #35 from differentreality/fix_conference_registration_after_questions

fix registration page
This commit is contained in:
Henne Vogelsang 2014-03-17 16:34:30 +01:00
commit 120b812a53
7 changed files with 69 additions and 72 deletions

View file

@ -0,0 +1,5 @@
class AddUseVolunteersToConference < ActiveRecord::Migration
def change
add_column :conferences, :use_volunteers, :boolean
end
end