Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Naiman committed Sep 14, 2016
1 parent 04806eb commit 8466c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ posts.first #=> Post
posts.count #=> 1
posts.query { where id: [1,2] } #=> [Post, ...]
posts.query { where{id > 1}.limit(10).offset(20) } #=> [Post, ...]
posts.query { graph(:user, :categories, 'comments.user')} #=> [Post(User, Categories, Comments([User])), ], ...]
posts.query { graph(:user, :categories, 'comments.user')} #=> [Post(User, [Categories, ...], [Comments(User)]), ...]
```

## Contributing
Expand Down

0 comments on commit 8466c47

Please sign in to comment.