class ActiveStorage::Variation

def encode(transformations)

variation in a URL or combined key (like ActiveStorage::Variant#key).
Returns a signed key for the +transformations+, which can be used to refer to a specific
def encode(transformations)
  ActiveStorage.verifier.generate(transformations, purpose: :variation)
end