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