Created
November 26, 2018 01:35
-
-
Save staycreativedesign/53bb339c3a2bd5f562d844bb662d790a 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
| [4] pry(#<MembershipsController>)> current_user | |
| => #<Membership:0x00007fb2cc3fd3c0 | |
| id: 51, | |
| email: "gus@staycreativedesign.com", | |
| password_digest: "$2a$10$4uo6jU3eEpB7VOTfOEvNe.XiUEsvZirxjehxQA58lfys4ZDt/Wk1K", | |
| role: "admin", | |
| name: "Gustavo Pares", | |
| created_at: Sun, 04 Nov 2018 18:56:36 UTC +00:00, | |
| updated_at: Sun, 04 Nov 2018 18:59:45 UTC +00:00, | |
| slug: "gustavo-pares"> | |
| [5] pry(#<MembershipsController>)> current_user.password | |
| => nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment