• L
    Variant negotiation · f9b6b865
    Lukasz Strzalkowski 提交于
    Allow setting `request.variant` as an array - an order in which they will be
    rendered.
    
    For example:
    
      request.variant = [:tablet, :phone]
    
      respond_to do |format|
        format.html.none
        format.html.phone # this gets rendered
      end
    f9b6b865
mime_negotiation.rb 4.7 KB