Require code of conduct acceptance on registration
This commit is contained in:
parent
511d5c2ed0
commit
03a2b6a3b8
9 changed files with 91 additions and 8 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddAcceptedCodeOfConductToRegistrations < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :registrations, :accepted_code_of_conduct, :boolean
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue