instance method
mirror_blob_later
Ruby on Rails 8.0.4
Since v6.1.7.10 PrivateSignature
mirror_blob_later()
No documentation comment.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 130
def mirror_blob_later
blob.mirror_later
end
Defined in activestorage/app/models/active_storage/attachment.rb line 130
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attachment