method
analyze_blob_later
v6.1.7.7 -
Show latest stable
- Class:
ActiveStorage::Attachment
analyze_blob_later()private
No documentation available.
# File activestorage/app/models/active_storage/attachment.rb, line 41
def analyze_blob_later
blob.analyze_later unless blob.analyzed?
end