Only thing that comes to mind is do you have :accessible => true set on the association?
On Wednesday, April 3, 2013 9:42:51 AM UTC-6, Parker Morse wrote: > > On Wed, Apr 3, 2013 at 11:04 AM, Parker Morse <[email protected]<javascript:> > > wrote: > >> I have models LabelSet and Label. LabelSet has_many labels; Label >> belongs_to LabelSet. >> > [...] > >> Now, this is Hobo 1.3, and while we have our eyes on bringing it up to >> 2.0, we've been blocked by the fact that we have a model elsewhere named >> Page which causes all kinds of havoc in Hobo. Is there any chance that >> Label is a similarly problematic model name? Or is there something else >> here I'm missing? >> > > Well, I know now that this *isn't* the problem. I renamed the 'Label' > model to 'GraphLabel', and the problem persists, but with the error now > reading "GraphLabel expected, got Array." > > The error is the same as this discussion > https://groups.google.com/d/topic/hobousers/ARU1wWga7Iw/discussion and I > am using 1.3.0.RC2, but that solution doesn't appear to help me. > > pjm > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
