working login, signup, and logout
This commit is contained in:
@@ -3,7 +3,6 @@ class CreateUsers < ActiveRecord::Migration
|
||||
create_table :users do |t|
|
||||
t.string :email
|
||||
t.string :password
|
||||
t.string :user_id
|
||||
t.boolean :admin
|
||||
|
||||
t.timestamps
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user