instance method
perform
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
perform(blob)
No documentation comment.
Parameters
-
blobreq
Source
# File activestorage/app/jobs/active_storage/purge_job.rb, line 7
def perform(blob)
blob.purge
end
Defined in activestorage/app/jobs/active_storage/purge_job.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::PurgeJob