module ActiveStorage::Blob::Analyzable
def analyze_later
This method is automatically called for a blob when it's attached for the first time. You can call it to analyze a blob
Enqueues an ActiveStorage::AnalyzeJob which calls #analyze.
def analyze_later ActiveStorage::AnalyzeJob.perform_later(self) end