:include => :all

Is there any way to include all the associations in the find method like
below :include => :all

On 11 Dec 2007, at 08:40, Ayyanar Aswathaman wrote:

Is there any way to include all the associations in the find method
like
below :include => :all

No. And indiscriminately loading associations can actually slow things
down.