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
There is a plugin that solves your problem, take a look at this blog.
You install the plugin with
script/plugin install git://github.com/ianwhite/nested_has_many_through.git