Skip to content

Instantly share code, notes, and snippets.

@ace
Created April 1, 2013 21:21
Show Gist options
  • Save ace/5287857 to your computer and use it in GitHub Desktop.
Save ace/5287857 to your computer and use it in GitHub Desktop.
# Without inverse_of
Couldn't find Comment with id=1 [WHERE "comments"."post_id" = ?]
Couldn't find all Comments with IDs (1, 2) [WHERE "comments"."post_id" = ?]
Couldn't find Comment without an ID
# With inverse_of
Couldn't find Comment with id=[1] [WHERE "comments"."post_id" = ?]
Couldn't find all Comments with IDs (1, 2) [WHERE "comments"."post_id" = ?]
Must specify an id to find
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment