-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I want to override the ActionView::Base.field_error_proc in my application for other purposes, but refinery is defining a different html for the field_error_proc and I can't override it in a initializer.
this is defined in refinerycms-core.rb
ActionView::Base.field_error_proc = Proc.new do |html_tag, instance|
"<span class=\"fieldWithErrors\">#{html_tag}</span>".html_safe
endMetadata
Metadata
Assignees
Labels
No labels