Method: ActiveStorage::Variation#key
- Defined in:
- activestorage/app/models/active_storage/variation.rb
#key ⇒ Object
Returns a signed key for all the transformations that this variation was instantiated with.
75 76 77 |
# File 'activestorage/app/models/active_storage/variation.rb', line 75 def key self.class.encode(transformations) end |