From 2d061c2c4fbd7ed4df9bd3368d94aba736663dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 4 Dec 2013 17:48:32 -0200 Subject: Update changelog [ci skip] --- actionpack/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 112a787d3b..83e188a41b 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -3,8 +3,8 @@ We often want to render different html/json/xml templates for phones, tablets, and desktop browsers. Variants make it easy. - The request variant is a specialization of the request format, like :tablet, - :phone, or :desktop. + The request variant is a specialization of the request format, like `:tablet`, + `:phone`, or `:desktop`. You can set the variant in a before_action: -- cgit v1.2.3