summaryrefslogtreecommitdiff
path: root/app/models/upload.rb
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-03-09 10:09:00 -0500
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-22 08:49:04 -0400
commit44f37504fb229ab78606a5fd11f75316ebc2667b (patch)
tree084a49e025463f67942c85c3f99edd4a827e1a89 /app/models/upload.rb
parente1f076ecb5c0e92e62ee628b6c18bc8869812b2e (diff)
downloadgitlab-ce-44f37504fb229ab78606a5fd11f75316ebc2667b.tar.gz
Backport ee-40781-os-to-ce
Diffstat (limited to 'app/models/upload.rb')
-rw-r--r--app/models/upload.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/upload.rb b/app/models/upload.rb
index cf71a7b76fc..e94a81c8770 100644
--- a/app/models/upload.rb
+++ b/app/models/upload.rb
@@ -1,4 +1,6 @@
class Upload < ActiveRecord::Base
+ prepend EE::Upload
+
# Upper limit for foreground checksum processing
CHECKSUM_THRESHOLD = 100.megabytes