instance method
skip_later_analysis?
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
skip_later_analysis?()
No documentation comment.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 180
def skip_later_analysis?
(analyze_option || ActiveStorage.analyze) == :lazily
end
Defined in activestorage/app/models/active_storage/attachment.rb line 180
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attachment