Skip to content

Commit

Permalink
Updated devise instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dalezak committed Jan 10, 2022
1 parent eb77285 commit d62f8a7
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 @@ -170,7 +170,7 @@ Setup authentication so that users can login to your application.
Installation Questions:
- What do you want to call your Devise model? `User`
- Do you want to any extra attributes to User? `y`
- What attributes? `name` _# use comma separated list of attributes_
- What attributes? `name` _# use space separated list of attributes_

Post Installation Steps:
1. In `config/environments/development.rb`, add `config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }`
Expand Down

0 comments on commit d62f8a7

Please sign in to comment.