method

mirror_later

rails latest stable - Class: ActiveStorage::Service::MirrorService
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