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