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