class method
self.analyze_later?
Ruby on Rails 7.0.10
Since v6.1.7.10Signature
self.analyze_later?()
Implement this method in concrete subclasses. It will determine if blob analysis should be done in a job or performed inline. By default, analysis is enqueued in a job.
Source
# File activestorage/lib/active_storage/analyzer.rb, line 17
def self.analyze_later?
true
end
Defined in activestorage/lib/active_storage/analyzer.rb line 17
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Analyzer