File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ hints do
3030message <<-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.
You can’t perform that action at this time.
0 commit comments