Displaying 1 result from an estimated 1 matches for "widget_configur".
2006 Feb 14
0
Help with Eager Association
I''ve gotten eager associations to work before, 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...