On Dec 8, 2009, at 2:27 PM, Brian Corbin wrote: > I'm getting an error when I try and use ViewHints and I'm not sure > what I'm doing wrong. A simple has_many/belongs_to relationship works > fine in a test application, but in the app I'm working on now, pretty > much any children declaration in the ViewHints causes the app to crash > without rendering anything to the screen. I seem to get one of two > errors, depending on the relationship I'm trying to set up. > #<NoMethodError: undefined method `name' for nil:NilClass> > or > #<NoMethodError: undefined method `klass' for nil:NilClass> >
The first is likely another manifestation of #565 (https://hobo.lighthouseapp.com/projects/8324-hobo/tickets/565 ) - have you tried your app against edge Hobo? I'd be interested in a full trace and/or example of the second error; that looks like it's happening someplace else. --Matt Jones -- 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.
