instance method
processed?
Ruby on Rails edge
Since v5.2.8.1Signature
processed?()
Returns true if the variant has already been processed and uploaded to the service.
Source
# File activestorage/app/models/active_storage/variant.rb, line 119
def processed?
service.exist?(key)
end
Defined in activestorage/app/models/active_storage/variant.rb line 119
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Variant