Skip to content

Instantly share code, notes, and snippets.

@nitsujw
Created September 25, 2008 18:45
Show Gist options
  • Save nitsujw/12891 to your computer and use it in GitHub Desktop.
Save nitsujw/12891 to your computer and use it in GitHub Desktop.
irb(main):012:0* u.posts_count
=> 10
irb(main):013:0> u.update_attributes(:posts_count => 10)
~ SELECT `id` FROM `users` WHERE (`login` = 'pfx') ORDER BY `id` LIMIT 1
~ SELECT `id` FROM `users` WHERE (`email` = '[email protected]') ORDER BY `id` LIMIT 1
=> false
irb(main):014:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment