I\'m trying to access all comments from a given user with user.comments. The query is to go through two different models, which likely both return results. My r
I believe your associations would be confused, as user.comments wouldn't know whether it's going through Participant or Organiser, so the best option would be to declare two different joins (with different names):