Created
March 2, 2018 17:54
-
-
Save lucasprag/bd57c8c6163db7cf11eee235d2899c43 to your computer and use it in GitHub Desktop.
seed_user.rb
This file contains 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
User.create(first_name: '', last_name: '', email: '[email protected]', password: 'test42') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment