Require code of conduct acceptance on registration

This commit is contained in:
James Mason 2018-03-16 16:23:01 -07:00 committed by Ana María Martínez Gómez
parent 95196c7f80
commit 03ef28e74d
9 changed files with 91 additions and 8 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20180316185150) do
ActiveRecord::Schema.define(version: 20180316220446) do
create_table "ahoy_events", force: :cascade do |t|
t.integer "visit_id"
@ -386,10 +386,11 @@ ActiveRecord::Schema.define(version: 20180316185150) do
t.datetime "created_at"
t.datetime "updated_at"
t.text "other_special_needs"
t.boolean "attended", default: false
t.boolean "attended", default: false
t.boolean "volunteer"
t.integer "user_id"
t.integer "week"
t.boolean "accepted_code_of_conduct"
end
create_table "registrations_vchoices", id: false, force: :cascade do |t|