aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-08-19 01:48:56 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-08-19 01:48:56 -0300
commit544d44fb53616ecf475d24b3e395cb9a07e0a70b (patch)
tree1c546edf02e870df1256407a2ef5a91dc2cc5409 /actionpack/CHANGELOG.md
parent03b9a11f93e235f803a7029e9a31dd11127f8f3e (diff)
downloadrails-544d44fb53616ecf475d24b3e395cb9a07e0a70b.tar.gz
rails-544d44fb53616ecf475d24b3e395cb9a07e0a70b.tar.bz2
rails-544d44fb53616ecf475d24b3e395cb9a07e0a70b.zip
Copy edits in the documentation [ci skip]
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 7d1f67eec0..9dab1cc76a 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,7 +1,9 @@
* Add `:as` option to `ActionController:TestCase#process` and related methods.
-
- Specifying as: :mime_type allows the `CONTENT_TYPE` header to be specified
- in controller tests without manually doing this through `@request.headers...`
+
+ Specifying `as: mime_type` allows the `CONTENT_TYPE` header to be specified
+ in controller tests without manually doing this through `@request.headers['CONTENT_TYPE']`.
+
+ *Everest Stefan Munro-Zeisberger*
* Show cache hits and misses when rendering partials.