method
preprocessed
rails latest stable - Class:
ActiveStorage::Blob::Representable
preprocessed(transformations)public
No documentation available.
# File activestorage/app/models/active_storage/blob/representable.rb, line 101
def preprocessed(transformations) # :nodoc:
ActiveStorage::TransformJob.perform_later(self, transformations) if representable?
end