work on user settings

This commit is contained in:
Josh
2018-06-04 15:58:59 -04:00
parent 79949b4aa6
commit d9a95ffc18
22 changed files with 266 additions and 232 deletions

View File

@ -7,6 +7,7 @@ class CreateUsers < ActiveRecord::Migration[5.0]
t.string :name
t.string :username
t.string :email
t.string :social_uid
t.string :image
t.string :password_digest, index: { unique: true }

View File

@ -36,6 +36,7 @@ ActiveRecord::Schema.define(version: 20180504131705) do
t.string "name"
t.string "username"
t.string "email"
t.string "social_uid"
t.string "image"
t.string "password_digest"
t.datetime "created_at", null: false