search for: widget_configurations

Displaying 1 result from an estimated 1 matches for "widget_configurations".

2006 Feb 14
0
Help with Eager Association
...but for some reason this isn''t working out for me this time. I''ve been scratching my head but can''t quite figure out the nuances of what works and what doesn''t work. I''ve got 3 models: profile, widget_configuration and widgets profile.rb -- has_many :widget_configurations widget_configuration.rb - belongs_to :profile belongs_to :widgets widgets.rb - has_many :widget_configurations So in otherwords, widget_configuration is a sort of ''rich'' m-to-m association table containing foreign keys to both profiles and widgets. The table looks like this: w...