added something :-)

This commit is contained in:
Ken Johnson
2013-04-25 01:24:59 -04:00
parent c75c0b20b3
commit 68acfe3803
5 changed files with 20 additions and 1 deletions
@@ -4,6 +4,8 @@ class CreateUsers < ActiveRecord::Migration
t.string :email
t.string :password
t.boolean :admin
t.string :first_name
t.string :last_name
t.timestamps
end