module ActiveStorage::Blob::Representable
def variable?
Returns true if the variant processor can transform the blob (its content
def variable? ActiveStorage.variable_content_types.include?(content_type) end
def variable? ActiveStorage.variable_content_types.include?(content_type) end