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