Rails, jak używać połączeń
User.joins(:groups).where(groups: {id: 1})
Dizzy Dog
User.joins(:groups).where(groups: {id: 1})