Think you might also need an :accessible => :true on the association has_many :properties, :accessible => :true
The auto actions for goes in the child controller pointing back to the parent. IE you telling hobo to add actions to the parent for the child from the child controller. Note this adds the routes which can be seen via rake routes. You then need to add children line to the parent to have it list all the children on the parent show page if desired and specify the association as accessible. At least that's how I think it works. Bob -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/0gPN9nTuNRAJ. 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.
