fix registration page, only show volunteering tab if option is enabled for the conference
This commit is contained in:
parent
04e06ac251
commit
8f8824ecd6
7 changed files with 69 additions and 72 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddUseVolunteersToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :use_volunteers, :boolean
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue