Skip to content

Instantly share code, notes, and snippets.

@mischa
Created December 9, 2008 07:45
Show Gist options
  • Select an option

  • Save mischa/33832 to your computer and use it in GitHub Desktop.

Select an option

Save mischa/33832 to your computer and use it in GitHub Desktop.
=> #<Momoro id: 5, name: nil, food: nil, created_at: "2008-12-09 07:38:34", updated_at: "2008-12-09 07:38:34">
>> m.food
=> "basil"
>> m.read_attribute(:food)
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment