Skip to content

Instantly share code, notes, and snippets.

@staycreativedesign
Created November 26, 2018 01:35
Show Gist options
  • Select an option

  • Save staycreativedesign/53bb339c3a2bd5f562d844bb662d790a to your computer and use it in GitHub Desktop.

Select an option

Save staycreativedesign/53bb339c3a2bd5f562d844bb662d790a to your computer and use it in GitHub Desktop.
[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