From ae87217382a4f1f2bdfcdcb8ca6d486ec96e8d6c Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 15 Aug 2017 18:48:19 +0200 Subject: minor tweaks in Active Storage after a walkthrough --- activestorage/app/jobs/active_storage/purge_job.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/app/jobs/active_storage/purge_job.rb') diff --git a/activestorage/app/jobs/active_storage/purge_job.rb b/activestorage/app/jobs/active_storage/purge_job.rb index 404ccefd05..369c07929d 100644 --- a/activestorage/app/jobs/active_storage/purge_job.rb +++ b/activestorage/app/jobs/active_storage/purge_job.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Provides delayed purging of attachments or blobs using their +#purge_later+ method. +# 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