search for: groups_administered

Displaying 1 result from an estimated 1 matches for "groups_administered".

2006 Apr 03
0
has_many questions
...venting me from finding the groups that someone is subscribed to. It seems as if I should want to provide a different name for the association while still specifying that it should be between Users and Groups. In essence, saying the following in User: has_many :administrators has_many: groups_administered, :through => :administrators However, this causes Active Record (I think) to no longer know what it should be joining to with this particular association. Can anyone provide some tips on how to overcome this? Michael Jurewitz sinjin5@mac.com -------------- next part -------------- A n...