On this page
class ActiveStorage::PurgeJob
Provides asynchronous purging of ActiveStorage::Blob records via ActiveStorage::Blob#purge_later.
Public Instance Methods
# File activestorage/app/jobs/active_storage/purge_job.rb, line 10
def perform(blob)
blob.purge
end
© 2004–2019 David Heinemeier Hansson
Licensed under the MIT License.