From d90f26156279c2dd53eaabeb8794e8ecd2b3d0fa Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Fri, 11 Aug 2017 12:36:07 +0900 Subject: Fix formatting of Active Storage docs [ci skip] Follow up of #30188. --- 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 815f908e6c..b504ee0df4 100644 --- a/activestorage/app/jobs/active_storage/purge_job.rb +++ b/activestorage/app/jobs/active_storage/purge_job.rb @@ -1,4 +1,4 @@ -# 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