Skip to content

Instantly share code, notes, and snippets.

@technicalpickles
Created October 7, 2008 18:56
Show Gist options
  • Save technicalpickles/15345 to your computer and use it in GitHub Desktop.
Save technicalpickles/15345 to your computer and use it in GitHub Desktop.
(rdb:1) p @owner.first_name
"Jane1"
(rdb:1) @owner.update_attributes(:first_name => 'Bob')
true
(rdb:1) p @owner.first_name
"Jane1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment