Ah ha! I see where I was going wrong now... I had the has_many :child_categories relationship set up (I was using the class_name parameter on that one), and then I had a belongs_to :parent_category set up also. I wasn't thinking that getting to the parent was already possible, and once I removed the belongs_to it migrated.
Thanks Kevin. Big help to me as I would've quit with this strategy and gone with something else immediately. Anyone else got suggestions for menu/navigation elements? On Sep 18, 10:59 pm, kevinpfromnm <[email protected]> wrote: > It's not as easy as standard models but you can do it. You just need to > specify the class/foreign key as it can't guess when you're not using > standard relation names. -- 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.
