method
transformer
v8.0.0 -
Show latest stable
- Class:
ActiveStorage::Variation
transformer()private
No documentation available.
# File activestorage/app/models/active_storage/variation.rb, line 84
def transformer
ActiveStorage::Transformers::ImageProcessingTransformer.new(transformations.except(:format))
end