Skip to content

Commit e6f4c64

Browse files
committed
remove comment reference to old HttpUrlValidator
1 parent f0a4417 commit e6f4c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/validators/uri_validator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def self.before_validation(raw, default_scheme='http://')
4949
return uri.to_s
5050

5151
# Let raw value if error occured when we tried to parse it, because
52-
# the HttpUrlValidator will manage it itself on validation
52+
# the UriValidator will manage it itself on validation
5353
rescue URI::InvalidURIError
5454
return raw
5555
end

0 commit comments

Comments
 (0)