Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
1,503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <%
  2. @user = User.new
  3. @user.password = 'password'
  4. %>
  5.  
  6. a:
  7. id: 1
  8. username: user
  9. status: 1
  10. password_salt: <%= @user.password_salt %>
  11. hashed_password: <%= @user.hashed_password %>
  12. email: user@voltfusion.com
  13. created_at: <%= Time.now %>
  14. getting_started: true
  15. ip: 127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement