We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a4417 commit e6f4c64Copy full SHA for e6f4c64
app/validators/uri_validator.rb
@@ -49,7 +49,7 @@ def self.before_validation(raw, default_scheme='http://')
49
return uri.to_s
50
51
# Let raw value if error occured when we tried to parse it, because
52
- # the HttpUrlValidator will manage it itself on validation
+ # the UriValidator will manage it itself on validation
53
rescue URI::InvalidURIError
54
return raw
55
end
0 commit comments