class ActiveStorage::Attachment

def analyze_blob_later

def analyze_blob_later
  blob.analyze_later unless blob.analyzed?
end