Removed + '' +

This commit is contained in:
Tomas Srna 2014-10-29 10:52:54 +01:00
parent 1072c95180
commit 733012cb65
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class AttachmentUploader < CarrierWave::Uploader::Base
end
def url
Gitlab.config.gitlab.relative_url_root + '' + super unless super.nil?
Gitlab.config.gitlab.relative_url_root + super unless super.nil?
end
def file_storage?