method

variant?

rails latest stable - Class: ActiveStorage::Preview

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

variant?()
private

No documentation available.

# File activestorage/app/models/active_storage/preview.rb, line 115
    def variant?
      variation.transformations.present?
    end