Coming from Rails 2 to Rails 3 I\'ve never worked so hard to understand something (side editorial).
Anyway, In a Rails 3 app i have the following models...
User:
joins(:questions).joins(:user_answers)