diff options
Diffstat (limited to 'app/models/upload.rb')
-rw-r--r-- | app/models/upload.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/upload.rb b/app/models/upload.rb index 46ae924bf8c..0a4acdfc7e3 100644 --- a/app/models/upload.rb +++ b/app/models/upload.rb @@ -163,4 +163,4 @@ class Upload < ApplicationRecord end end -Upload.prepend_if_ee('EE::Upload') +Upload.prepend_mod_with('Upload') |