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
This should return all comments that have a Participant or Organizer User, since Rails tends to default joins to an inner join. You may not even need that :class_name argument.