Many to many through: Going from Associations::CollectionProxy to AssociationRelation
问题 I have a many to many through relationship with users favoriting clients (Through favorites.rb) and I want to know how to turn a CollectionProxy into an AssociationRelation, so I can get a relation with all the clients that are the users' favorites. Or just simply, how to get them all in a AssociationRelation - doesn't have to be turned into from the CollectionProxy. EDIT: What I'm looking for is simply a relation that lists all the clients. I realize I asked the question differently. How do