method

set_representation

set_representation()
private

No documentation available.

# File activestorage/app/controllers/active_storage/representations/base_controller.rb, line 13
    def set_representation
      @representation = @blob.representation(params[:variation_key]).processed
    rescue ActiveSupport::MessageVerifier::InvalidSignature
      head :not_found
    end