We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c022c7 + 885f60b commit 5038de5Copy full SHA for 5038de5
README.rdoc
@@ -232,6 +232,7 @@ class definition below:
232
post = Post.find(1) # issues GET http://blog.io/posts/1.json
233
comments = post.comments # issues GET http://blog.io/comments.json?post_id=1
234
235
+In this case, the `Comment` model would have to be implemented as ActiveResource, too.
236
237
If you control the server, you may wish to include nested resources thus avoiding a
238
second network request. Given the resource above, if the response includes comments
0 commit comments