I have a custom validation that is working by preventing records from
being added to the database when the test fails however I don't get an
error message on the page as I am using auto_actions_for to create
records from another page.
No matter whether the validate method passes or fails it always
navigates to a summary page, however if the validate method passes I
get a "the record has been added successfully" message.
Anyone come across this before?
Bryan
> --
> You received this message because you are subscribed to the Google Groups "Hobo Users" group.
> To post to this group, send email to hobo...@googlegroups.com.
> To unsubscribe from this group, send email to hobousers+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
>
Just to clarify: this is a case where you've got:
auto_actions_for :something, :create
in your controller and an embedded form? Sounds like this bug:
https://hobo.lighthouseapp.com/projects/8324/tickets/912
which still hasn't been sorted out...
--Matt Jones
I know that bug #983 is a priority at Barquin, and it's in a related
area of the code, so we should probably fold #912 into it...
Bryan
Sent from my iPhone
Is there any way I can assist? Do you still need some snippets of my
code or more detail on the situation?