method

presentation

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.

presentation()
private

No documentation available.

# File activestorage/app/models/active_storage/preview.rb, line 119
    def presentation
      variant? ? variant.processed : image
    end