method

default_variant_format

rails latest stable - Class: ActiveStorage::Blob::Representable
default_variant_format()
private

No documentation available.

# File activestorage/app/models/active_storage/blob/representable.rb, line 110
    def default_variant_format
      if web_image?
        format || :png
      else
        :png
      end
    end