Guest User

Untitled

a guest
Mar 12th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. user = User.new do
  2. login = 'user'
  3. email = 'user@user.com'
  4. password = 'secret'
  5. password_confirmation = 'secret'
  6. end
Add Comment
Please, Sign In to add comment