class ActionController::MimeResponds::Collector::VariantCollector

def variant

def variant
  if @variant.empty?
    @variants[:none] || @variants[:any]
  else
    @variants[variant_key]
  end
end