method
mirror_later
v7.2.3 -
Show 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