Skip to content

Commit c987ebd

Browse files
committed
Update Devise instructions for newest version and correct some mis-numbering
1 parent fb5efaa commit c987ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/intermediate-rails/install_devise.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hints do
3030
message <<-MARKDOWN
3131
* Readme files are your best friends! Love them!
3232
* The convention for naming models is to capitalize the first letter, like: User.
33-
* When you run `rails generate devise:install`, you get four instructions for things to configure. 2 & 3 are good to do.
33+
* When you run `rails generate devise:install`, you get five instructions for things to configure. 3 & 4 are good to do.
3434
* The routes file goes through many common types of routes in the comments. This is also your friend.
3535
* Devise has some magic that will help you with your logout link. Run `rake routes` and look for a route that helps you sign out.
3636
* You'll probably want to show the current user's email address only if they are presently signed in, right? Devise has a helper for you.

0 commit comments

Comments
 (0)