continue front-end work

This commit is contained in:
Josh
2018-05-25 11:55:48 -04:00
parent a1a41bfa43
commit 0dce8d2bf5
16 changed files with 238 additions and 18 deletions

View File

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

View File

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