Skip to content

Instantly share code, notes, and snippets.

@imteekay
Created October 14, 2015 12:44
Show Gist options
  • Save imteekay/cad02a568264f17e1c75 to your computer and use it in GitHub Desktop.
Save imteekay/cad02a568264f17e1c75 to your computer and use it in GitHub Desktop.
Post.where(title: "Database & Rails")
=> [#<Post id: 1, title: "Database & Rails", text: "Lorem Ipsum...", author_id: 1>]
Post.where(title: "Database & Rails").first
=> #<Post id: 1, title: "Database & Rails", text: "Lorem Ipsum...", author_id: 1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment