On Jan 21, 2010, at 6:15 PM, Me wrote:
I did the same for the other models.  Still, no working in line forms.
Still just a headline and a save button.  There's still ample room for
me to root through the docs on this.  At the same time, I thought I'd
ask if you have any hints?


Also note that if you want an inline form, you'll need to have an auto_actions_for declaration like this:

auto_actions_for :workspace, [:create]

as the code in pages.dryml.erb is looking for a missing new_for_workspace and a present create_for_workspace; having the :new auto-action will yield a link instead.

--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.

Reply via email to