instance method
extract_metadata_via_analyzer
Ruby on Rails 7.0.10
Since v5.2.8.1 PrivateSignature
extract_metadata_via_analyzer()
No documentation comment.
Source
# File activestorage/app/models/active_storage/blob/analyzable.rb, line 50
def extract_metadata_via_analyzer
analyzer.metadata.merge(analyzed: true)
end
Defined in activestorage/app/models/active_storage/blob/analyzable.rb line 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Blob::Analyzable