mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #35 from differentreality/fix_conference_registration_after_questions
fix registration page
This commit is contained in:
commit
120b812a53
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