Advanced has_many and belongs_to model joins?

Hi,

I’m having major trouble with a somewhat self-referencing has_many and
belongs_to set of models.

item.manufacturer correctly returns an object of type Vendor. However,
item.manufacturer.name raises an exception even though the name value
is set correctly.

I’ve been debugging and googling and responding to stack overflow
peeps but still to no avail.

Complete details here:

Please help!

thanks in advance.

On 8 January 2012 05:04, Jordan M. [email protected] wrote:

Hi,

I’m having major trouble with a somewhat self-referencing has_many and
belongs_to set of models.

item.manufacturer correctly returns an object of type Vendor. However,
item.manufacturer.name raises an exception even though the name value
is set correctly.

Show us the code where the error occurs and the full error message and
trace.
If you can show it in the console then copy/paste the console output
here.

Colin


You received this message because you are subscribed to the Google G. “Ruby
on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


gplus.to/clanlaw