Add a switch for allowing registration on events (proposals)
This commit is contained in:
parent
75bf1380ba
commit
03f7951676
10 changed files with 30 additions and 9 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddAllowReservationsOnCfps < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column 'cfps', 'enable_registrations', :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue