nested_has_many_through 0.0.2
This plugin makes it possible to define has_many :through relationships that go through other has_many :through relationships, possibly through an arbitrarily deep hierarchy. This allows associations across any number of tables to be constructed, without having to resort to find_by_sql (which isn't a suitable solution if you need to do eager loading through :include as well).
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
>= 3.0.0