method

representation

rails latest stable - Class: ActiveStorage::Representations::ProxyController

Method deprecated or moved

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

representation()
private

No documentation available.

# File activestorage/app/controllers/active_storage/representations/proxy_controller.rb, line 16
    def representation
      @representation ||= @blob.representation(params[:variation_key]).processed
    end