Provides asynchronous purging of ActiveStorage::Blob records via ActiveStorage::Blob#purge_later.
ActiveStorage::Blob
ActiveStorage::Blob#purge_later
Source: show | on GitHub
# File activestorage/app/jobs/active_storage/purge_job.rb, line 10 def perform(blob) blob.purge end