Created
June 27, 2017 19:57
-
-
Save afr-dt/8de5bbf084d39dc334832178245f0f77 to your computer and use it in GitHub Desktop.
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
u=User.where(:email => '[email protected]').first | |
u.password='userpassword' | |
u.password_confirmation='userpassword' | |
u.save! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reset password devise Ruby on Rails...