diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
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: |