Skip to content

Commit 43bd0ea

Browse files
committed
Merge branch 'update_devise_instructions' of https://github.com/jessetoth/docs into jessetoth-update_devise_instructions
2 parents f84d842 + c987ebd commit 43bd0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/intermediate-rails/install_devise.step

+1-1
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)