Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-07-04 20:32:46 +0300
committergfyoung <gfyoung17@gmail.com>2018-07-05 10:13:58 +0300
commitd5ee813e3d7a896cca7b8480334d0a10674396b2 (patch)
tree5ad6c066b7663bd8237ac4b02c09c2d765a78076 /app/uploaders/attachment_uploader.rb
parent7c540395b919434a9898d19a020d67a3fb71445f (diff)
Enable frozen string in apps/validators/*.rb
Partially addresses #47424.
Diffstat (limited to 'app/uploaders/attachment_uploader.rb')
-rw-r--r--app/uploaders/attachment_uploader.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/uploaders/attachment_uploader.rb b/app/uploaders/attachment_uploader.rb
index cd819dc9bff..0a166335b4e 100644
--- a/app/uploaders/attachment_uploader.rb
+++ b/app/uploaders/attachment_uploader.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class AttachmentUploader < GitlabUploader
include RecordsUploads::Concern
include ObjectStorage::Concern