Guest User

Untitled

a guest
Mar 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. irb(main):002:0> u = User.new(:username => 'user1')
  2. => #<User remember_token_expires_at=nil activation_code=nil updated_at=nil activated_at=nil salt=nil email=nil created_at=nil is_adviser=0 person_id=nil crypted_password=nil username="user1" group_id=nil remember_token=nil id=nil>
  3. irb(main):003:0> u.save
  4. ~ signup_notification sent to about =?utf-8?Q?Welcome_to_FreeGovernment.org.__Please_activate_your_account.=?=
  5. => false
  6. irb(main):004:0> User.first
  7. => nil
  8. irb(main):005:0>
Add Comment
Please, Sign In to add comment