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:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-03-03 00:19:17 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-03 00:19:17 +0300
commitb03b31659b0101dc4a5838bec7dca193706661cd (patch)
tree3bd1004659f85da6d149f89700b7c0e8388f0b31 /app/uploaders/attachment_uploader.rb
parent4484587ef8c9bf63c60359a0980dda95e854b744 (diff)
fixing some broken merges
Diffstat (limited to 'app/uploaders/attachment_uploader.rb')
-rw-r--r--app/uploaders/attachment_uploader.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/uploaders/attachment_uploader.rb b/app/uploaders/attachment_uploader.rb
index 11e038f9327..cd819dc9bff 100644
--- a/app/uploaders/attachment_uploader.rb
+++ b/app/uploaders/attachment_uploader.rb
@@ -2,6 +2,7 @@ class AttachmentUploader < GitlabUploader
include RecordsUploads::Concern
include ObjectStorage::Concern
prepend ObjectStorage::Extension::RecordsUploads
+ include UploaderHelper
private