Your explanation seems sound, however I'm still having no success with
the suggestion.



On Jun 27, 10:21 am, Bob Sleys <[email protected]> wrote:
> 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 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.

Reply via email to