I'm going through rapid-rails-3-with-hobo-2011-01-10-draft-up-to- tutorial-21.pdf creating similar project with some small changes.
After creation Recipe connected to Ingredients with one-to-many relation through ingredient_assignments table I was trying to extend the Ingredient model with "children :recipes" line. This resulted in "undefined method `class_name' for nil:NilClass" error which later prevent all tasks (rails server, hobo g migrate) from execution. If I comment "children :recipes" out - I'm able to start server, but I don't have required functionality. Where do you recommend to check for an error to fix this? -- 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.
