diff options
author | James Lopez <james@jameslopez.es> | 2016-06-30 17:22:56 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-06-30 17:22:56 +0200 |
commit | ef5713546bacc653f598eb692b728e35abdb8ab7 (patch) | |
tree | 740909fad3bf9d51b7192596490a3ff9e8e1a14c /app/validators | |
parent | 67f59ebd50511bfba1ebdc73b6fd269f425ac6f0 (diff) | |
download | gitlab-ce-ef5713546bacc653f598eb692b728e35abdb8ab7.tar.gz |
few more changes from suggestions
Diffstat (limited to 'app/validators')
-rw-r--r-- | app/validators/addressable_url_validator.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/validators/addressable_url_validator.rb b/app/validators/addressable_url_validator.rb index c97acf7da95..63761c81721 100644 --- a/app/validators/addressable_url_validator.rb +++ b/app/validators/addressable_url_validator.rb @@ -18,7 +18,6 @@ # end # class AddressableUrlValidator < ActiveModel::EachValidator - DEFAULT_OPTIONS = { protocols: %w(http https ssh git) } def validate_each(record, attribute, value) |