method

perform

rails 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