From da12346695bd3e8079e0e10d2f6a6ccbc1515552 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 22 Jul 2017 10:00:16 -0500 Subject: Nix more needless requires --- app/jobs/active_storage/purge_job.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'app') 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 -- cgit v1.2.3