From 547737b85b628191fadb35ef64730ccfb3b8eb8f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 24 Jul 2017 14:17:01 -0500 Subject: Basic documentation for job --- app/jobs/active_storage/purge_job.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/jobs') diff --git a/app/jobs/active_storage/purge_job.rb b/app/jobs/active_storage/purge_job.rb index 87eb19815d..815f908e6c 100644 --- a/app/jobs/active_storage/purge_job.rb +++ b/app/jobs/active_storage/purge_job.rb @@ -1,3 +1,4 @@ +# Provides delayed purging of attachments or blobs using their `#purge_later` method. class ActiveStorage::PurgeJob < ActiveJob::Base # FIXME: Limit this to a custom ActiveStorage error retry_on StandardError -- cgit v1.2.3