summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/models/concerns/with_uploads.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/with_uploads.rb b/app/models/concerns/with_uploads.rb
index d79c0eae77e..1b8e75363cd 100644
--- a/app/models/concerns/with_uploads.rb
+++ b/app/models/concerns/with_uploads.rb
@@ -61,6 +61,6 @@ module WithUploads
end
def fast_destroy_enabled?
- Feature.enabled?(:fast_destroy_uploads, self)
+ Feature.enabled?(:fast_destroy_uploads)
end
end