Skip to content

Commit

Permalink
Merge pull request #4504 from schmartmann/master
Browse files Browse the repository at this point in the history
update rake reference to rails
  • Loading branch information
rafaelfranca committed Apr 28, 2017
2 parents 0263b8d + 3177445 commit 8300201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $ rails generate devise MODEL

Next, check the MODEL for any additional configuration options you might want to add, such as confirmable or lockable. If you add an option, be sure to inspect the migration file (created by the generator if your ORM supports them) and uncomment the appropriate section. For example, if you add the confirmable option in the model, you'll need to uncomment the Confirmable section in the migration.

Then run `rake db:migrate`
Then run `rails db:migrate`

You should restart your application after changing Devise's configuration options. Otherwise, you will run into strange errors, for example, users being unable to login and route helpers being undefined.

Expand Down

0 comments on commit 8300201

Please sign in to comment.