Hello, I need to customize the output of error messages in forms.
So I’ve redefined error_messages_for and full_messages methods by
copy/pasting the original source code and modifiing it to suite my
needs.
I would like to know if this solution is the right one as I will never
benefit of any improvements made to these methods in future version of
rails.
How would I customize without redefining these methods ? Or at least,
only refining them…
Thanks