has_many :through で associations までとってくるには.

なんとなくこんな感じ.

user = User.find(1)
user.books.find(:all, :include => [:associations])
 
comments powered by Disqus