working login, signup, and logout

This commit is contained in:
Ken Johnson
2013-04-25 00:19:00 -04:00
parent 0154fecb0a
commit 47ce08bb20
20 changed files with 74 additions and 17 deletions
@@ -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
View File