Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created August 22, 2012 14:04
Show Gist options
  • Save takuyan/3425924 to your computer and use it in GitHub Desktop.
Save takuyan/3425924 to your computer and use it in GitHub Desktop.
a2 = Article.find(1)
a2.id # => 1
a2.uid # => 10
a2.title # => 'Awesome Article'
a2.body # => 'Lorem Ipsum...'
a2.user_id # => 8
a2.created_at # => 2012-08-20 20:20:20
a2.updated_at # => 2012-08-20 20:20:20
a2.destroy()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment