method

default_variant_transformations

default_variant_transformations()
private

No documentation available.

# File activestorage/app/models/active_storage/blob/representable.rb, line 114
    def default_variant_transformations
      { format: default_variant_format }
    end