diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-08-11 12:36:07 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-08-11 13:15:23 +0900 |
commit | d90f26156279c2dd53eaabeb8794e8ecd2b3d0fa (patch) | |
tree | 56870b6d6dbcd30ca26d03063dcbeb8b947ae267 /activestorage/app/jobs | |
parent | cb3c227c456bcbcd91c4a8fac4ff46f255621514 (diff) | |
download | rails-d90f26156279c2dd53eaabeb8794e8ecd2b3d0fa.tar.gz rails-d90f26156279c2dd53eaabeb8794e8ecd2b3d0fa.tar.bz2 rails-d90f26156279c2dd53eaabeb8794e8ecd2b3d0fa.zip |
Fix formatting of Active Storage docs [ci skip]
Follow up of #30188.
Diffstat (limited to 'activestorage/app/jobs')
-rw-r--r-- | activestorage/app/jobs/active_storage/purge_job.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |