Hey community!
I have a model with a hasMany-related model. Now I want to sort the results in the hasMany relation.
Example: I have a "Posts"-Controller and a "Comments"-Controller. The comments to a post should be sorted by date DESC. How can I do that with models?
greetings Eike