Hey guys,
lets say I have the comments model, nested under the posts model.
Now lets say I add a user model, and I want the user to be able to see their comments, in their profile. So I nest the comments model under the posts model as well?
So far - this hasnt been working