okay, so, we have associations rocking

This commit is contained in:
Ken Johnson
2013-05-24 19:15:36 -04:00
parent 0d841124f5
commit 471c5851c7
7 changed files with 51 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ class CreateUsers < ActiveRecord::Migration
t.boolean :admin
t.string :first_name
t.string :last_name
t.string :user_id
t.integer :user_id
t.timestamps
end