method
perform
v7.1.3.2 -
Show latest stable
- Class:
ActiveStorage::MirrorJob
perform(key, checksum:)public
No documentation available.
# File activestorage/app/jobs/active_storage/mirror_job.rb, line 12
def perform(key, checksum))
ActiveStorage::Blob.service.try(:mirror, key, checksum: checksum)
end