module ActiveStorage::Blob::Representable

def preprocessed(transformations) # :nodoc:

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