method

transformer

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