instance method
processed
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
processed()
Returns the variant instance itself after it’s been processed or an existing processing has been found on the service.
Source
# File activestorage/app/models/active_storage/variant.rb, line 65
def processed
process unless processed?
self
end
Defined in activestorage/app/models/active_storage/variant.rb line 65
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Variant