instance method
processed
Ruby on Rails 6.0.6
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 66
def processed
process unless processed?
self
end
Defined in activestorage/app/models/active_storage/variant.rb line 66
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Variant