method

mirror_later

mirror_later(key, checksum:)
public

No documentation available.

# File activestorage/lib/active_storage/service/mirror_service.rb, line 54
    def mirror_later(key, checksum)) # :nodoc:
      ActiveStorage::MirrorJob.perform_later key, checksum: checksum
    end