Eager loading and polymorphic association

Hi all,

Is it possible to do “eager loading” with polymorphic associations ?

Ex : I have a Page model that acts as taggable. When I do
Page.find(:all), I would like to retrieve all tags associated with a
page.

Thanks,
Thomas.