Skip to content

Instantly share code, notes, and snippets.

@nickstenning
Created July 24, 2008 23:06
Show Gist options
  • Save nickstenning/2338 to your computer and use it in GitHub Desktop.
Save nickstenning/2338 to your computer and use it in GitHub Desktop.
>> m.read_attribute(:cache)
=> {:monkey=>321}
>> m.save
=> true
>> m.read_attribute(:cache)
=> {:monkey=>321}
>> m = Manager.find(m.id)
=> #<Manager....>
>> m.read_attribute(:cache)
=> {:monkey=>123}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment