instance method
key
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
key()
Returns a signed key for all the transformations that this variation was instantiated with.
Source
# File activestorage/app/models/active_storage/variation.rb, line 75
def key
self.class.encode(transformations)
end
Defined in activestorage/app/models/active_storage/variation.rb line 75
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Variation