Guest User

Untitled

a guest
Oct 4th, 2018
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. user = User.new()
  2. user.assign_attributes({:email => "trytry@gmail.com", :password => "test-33", :password_confirmation => "test-33", :is_active => true}, :without_protection => true).
  3. user.save()
Add Comment
Please, Sign In to add comment