class ActiveStorage::Reflection::HasAttachedReflection

:nodoc:

def variant(name, transformations)

:nodoc:
def variant(name, transformations)
  variants[name] = transformations
end

def variants

def variants
  @variants ||= {}
end