instance method
perform
Ruby on Rails 7.1.6
Since v6.1.7.10Signature
perform(key, checksum:)
No documentation comment.
Parameters
-
keyreq -
checksumkeyreq
Source
# File activestorage/app/jobs/active_storage/mirror_job.rb, line 12
def perform(key, checksum:)
ActiveStorage::Blob.service.try(:mirror, key, checksum: checksum)
end
Defined in activestorage/app/jobs/active_storage/mirror_job.rb line 12
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::MirrorJob