File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ hints do
30
30
message <<-MARKDOWN
31
31
* Readme files are your best friends! Love them!
32
32
* 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.
34
34
* The routes file goes through many common types of routes in the comments. This is also your friend.
35
35
* 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.
36
36
* 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.
You can’t perform that action at this time.
0 commit comments