add ability to configure terms and conditions

This commit is contained in:
Josh
2018-06-21 16:17:18 -04:00
parent 2dc033ee20
commit c16197670b
12 changed files with 67 additions and 10 deletions

View File

@ -10,6 +10,7 @@ class CreateUsers < ActiveRecord::Migration[5.0]
t.string :social_uid
t.string :image
t.string :password_digest, index: { unique: true }
t.boolean :accepted_terms, default: false
t.timestamps
end