method
mirror_later
v6.1.3.1 -
Show latest stable
- Class:
ActiveStorage::Blob
mirror_later()public
No documentation available.
# File activestorage/app/models/active_storage/blob.rb, line 280
def mirror_later #:nodoc:
ActiveStorage::MirrorJob.perform_later(key, checksum: checksum) if service.respond_to?(:mirror)
end