instance method
processed?
Ruby on Rails 6.1.7.10
Since v5.2.8.1 PrivateSignature
processed?()
No documentation comment.
Source
# File activestorage/app/models/active_storage/variant.rb, line 107
def processed?
service.exist?(key)
end
Defined in activestorage/app/models/active_storage/variant.rb line 107
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Variant