This commit is contained in:
Rafael Mendonça França 2014-04-03 18:27:27 -03:00
parent 4bc71bf55a
commit 76f836a6b3
1 changed files with 1 additions and 0 deletions

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