aboutsummaryrefslogtreecommitdiffstats
path: root/app/jobs/active_storage/purge_job.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/jobs/active_storage/purge_job.rb')
-rw-r--r--app/jobs/active_storage/purge_job.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/jobs/active_storage/purge_job.rb b/app/jobs/active_storage/purge_job.rb
index b59d3687f8..87eb19815d 100644
--- a/app/jobs/active_storage/purge_job.rb
+++ b/app/jobs/active_storage/purge_job.rb
@@ -1,5 +1,3 @@
-require "active_job"
-
class ActiveStorage::PurgeJob < ActiveJob::Base
# FIXME: Limit this to a custom ActiveStorage error
retry_on StandardError