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