instance method perform

Ruby on Rails 6.1.7.10

Since v6.1.7.10

Available in: v6.1.7.10 v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

perform(key, checksum:)

No documentation comment.

Parameters

key req
checksum keyreq
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close