instance method
sync_metadata_later
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
sync_metadata_later()
No documentation comment.
Source
# File activestorage/app/models/active_storage/blob.rb, line 445
def sync_metadata_later
ActiveStorage::SyncMetadataJob.perform_later(self)
end
Defined in activestorage/app/models/active_storage/blob.rb line 445
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Blob