Overriding Rails’ field_error_proc
I always wondered how to set bypass ActionView::Base.field_error_proc
on certain forms while leaving it alone for others. It defaults to wrapping form fields with div.field_with_errors
, but I sometimes want to handle errors a bit differently. https://zachahn.com/posts/1607312460/
Post a comment