Is it possible to have multiple has_many :through relationships that pass through each other in Rails? I received the suggestion to do so as a solution for ano
has_many :through
I found this blog entry to be useful: http://geoff.evason.name/2010/04/23/nested-has_many-through-in-rails-or-how-to-do-a-3-table-join/