X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/34e3e51456774127d43408b7ab65c24f41373f62..ef7f3d800cbdd49b692df10d312e5fd880e2e938:/lib/validators.rb diff --git a/lib/validators.rb b/lib/validators.rb index 94dbdb7f3..6338e9ce9 100644 --- a/lib/validators.rb +++ b/lib/validators.rb @@ -1,7 +1,6 @@ module ActiveRecord module Validations module ClassMethods - # error message when invalid UTF-8 is detected @@invalid_utf8_message = " is invalid UTF-8" @@ -14,7 +13,6 @@ module ActiveRecord record.errors.add(attr, @@invalid_utf8_message) unless UTF8.valid? value end end - end end end