Good night, guys.
I'm work with simple_form in my rails project and my form/model code is this:https://gist.github.com/1873089
How do I do to show error messages summary?
I would like show all error messages in the top of the my form, but when inactive HTML5 validation in initializers/simple_form I receive this an error message and when I active html5 validation the fields are validated one-to-one