[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Always Include Associations

Murdoc

10/2/2006 10:29:00 AM

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)?

--