I have 3 models, say Account, Comment and Status. Each Account will have many Comment and Status, but Comment and Status are not in any kind of relationship.
I would like to query the Account's Comment and Status, and sort these comments and status by time. How can I make this?
Thanks all.