module ActiveStorage::Blob::Representable
def preprocessed(transformations) # :nodoc:
def preprocessed(transformations) # :nodoc: ActiveStorage::TransformJob.perform_later(self, transformations) if representable? end
def preprocessed(transformations) # :nodoc: ActiveStorage::TransformJob.perform_later(self, transformations) if representable? end