6 lines
176 B
Ruby
6 lines
176 B
Ruby
|
# TODO: needs better wrapping instead of nuking
|
||
|
# https://rubyplus.com/articles/3401
|
||
|
ActionView::Base.field_error_proc = proc do |html_tag, _instance|
|
||
|
html_tag.html_safe
|
||
|
end
|