method

transform

rails latest stable - Class: ActiveStorage::Variant

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

transform(image, &block)
private

No documentation available.

# File activestorage/app/models/active_storage/variant.rb, line 104
    def transform(image, &block)
      variation.transform(image, format: format, &block)
    end