diff options
author | Lukasz Strzalkowski <lukaszstrzalkowski@squareup.com> | 2014-02-13 15:59:09 +0100 |
---|---|---|
committer | Lukasz Strzalkowski <lukaszstrzalkowski@squareup.com> | 2014-02-13 16:22:56 +0100 |
commit | f9b6b865e60ea770cc34e9946f6df1604f20dd27 (patch) | |
tree | 552d0ab1ade45463bf5acdfe53a7ac6944806cbe /actionview/test/fixtures/actionpack/shared.html.erb | |
parent | de5ef153984f4fc3229a3346a8a4a1595303afc8 (diff) | |
download | rails-f9b6b865e60ea770cc34e9946f6df1604f20dd27.tar.gz rails-f9b6b865e60ea770cc34e9946f6df1604f20dd27.tar.bz2 rails-f9b6b865e60ea770cc34e9946f6df1604f20dd27.zip |
Variant negotiation
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
Diffstat (limited to 'actionview/test/fixtures/actionpack/shared.html.erb')
0 files changed, 0 insertions, 0 deletions