For Example, I want to know the User have many posts. So, I can get back post using this :
@user.posts
but I don't want to get all the posts back. I would like to limite the result, for example, top ten created, or may be sorted by some column. How can I do so? Thank you.