Created
November 3, 2018 10:39
-
-
Save drKreso/1d6c96d9fa7728e1b99767e9186405b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # execute from terminal | |
| bundle install | |
| rails generate devise:install | |
| rails generate devise user | |
| rake db:migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment