class ActiveStorage::Representations::BaseController

def set_representation

def set_representation
  @representation = @blob.representation(params[:variation_key]).processed
rescue ActiveSupport::MessageVerifier::InvalidSignature
  head :not_found
end