Is there a way to eagerly load associations of associations?
Say you had Books has_many Authors has_many Spouses
and you wanted to :include => :author, but you also want to get the
author''s
:spouses in the same query
Is that possible?
thanks.
- steve dp