It starts working by switching the rows:

DIDN'T WORK:
  belongs_to :recipe
  belongs_to :category

WORKED:
  belongs_to :category
  belongs_to :recipe

I didn't know that the order is important!


On Jan 19, 3:46 pm, kevinpfromnm <[email protected]> wrote:
> given where you're running into the problem I'd check to make sure you have
> the appropriate reverse reflection (the corresponding has_many for the
> belongs_to).

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en.

Reply via email to