I have two models Assignment and Response, and on the Assignment show page is a
form for Response, with
auto_actions_for :assignment, :create
in the Response Controller.
I also have an after submit tag, so you stay on the same page after you submit
your response
<after-submit uri="#{url_for(this_parent)}" />
This all works great now, but then I tried to add validation to the Response
model. The Response model has a body field, and I put
body :html, :required
When I submit an empty response, the validation works - no record is created,
but the after-submit is ignored, and I am taken to a Response show page with no
error message shown.
Any ideas for fixes or workarounds?
Mark
--
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.