create_table yields a table object.

This commit is contained in:
rejeep 2009-12-29 01:48:38 +08:00 committed by José Valim
parent 15bd4b1956
commit 95989dc2a5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Devise must be set up within the model (or models) you want to use, and devise r
We're assuming here you want a User model. First of all you have to setup a migration with the following fields:
create_table :users do
create_table :users do |t|
t.authenticatable
t.confirmable
t.recoverable