Skip to content

Instantly share code, notes, and snippets.

@ak47
Created April 1, 2016 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ak47/87f46c0697da53716c46e2ba15908fbe to your computer and use it in GitHub Desktop.
Save ak47/87f46c0697da53716c46e2ba15908fbe to your computer and use it in GitHub Desktop.
irb(main):002:0> a.password = 'Qa123456'
=> "Qa123456"
irb(main):003:0> a.password_confirmation = 'Qa123456'
=> "Qa123456"
irb(main):004:0> a.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment