module ActiveStorage::Blob::Representable

def variable?

type is in +ActiveStorage.variable_content_types+).
Returns true if the variant processor can transform the blob (its content
def variable?
  ActiveStorage.variable_content_types.include?(content_type)
end