Skip to content

Commit

Permalink
create_table yields a table object.
Browse files Browse the repository at this point in the history
  • Loading branch information
rejeep authored and josevalim committed Dec 28, 2009
1 parent 15bd4b1 commit 95989dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95989dc

Please sign in to comment.