Created
April 1, 2013 21:21
-
-
Save ace/5287857 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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