fix registration page, only show volunteering tab if option is enabled for the conference

This commit is contained in:
Stella 2014-03-04 22:22:52 +02:00
parent 04e06ac251
commit 8f8824ecd6
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