Subject: Always Include Associations
From: "Murdoc" <murdoc_0 hotmail.com>
Date: Mon, 2 Oct 2006 19:30:06 +0900
Hi All,
This is probably really simple, but I couldn't find a solution anywhere.
Is there a mechanism in Ruby/Rails whereby I can tell a class to always pre-load the associations for it (rather than specifying :include ... for every occurance)?
--