1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
This commit is contained in:
Rafael Mendonça França 2014-04-03 18:27:27 -03:00
parent 4bc71bf55a
commit 76f836a6b3

View file

@ -23,6 +23,7 @@ module SimpleForm
def full_error_text
text = has_custom_error? ? options[:error] : full_errors.send(error_method)
text.html_safe
end