aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-02 06:41:51 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-02 06:41:51 +0900
commit6c7699f60122396c40087363a9680778e87bcc37 (patch)
treeec730bad8d465d48aad9a2234ba6e97ac47aecae /actionpack
parent7496c8c1f848dbc12b869337b389479b0c1ed45f (diff)
downloadrails-6c7699f60122396c40087363a9680778e87bcc37.tar.gz
rails-6c7699f60122396c40087363a9680778e87bcc37.tar.bz2
rails-6c7699f60122396c40087363a9680778e87bcc37.zip
PUT => PATCH or PUT
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index ccd0193515..29a7fcf0f0 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -10,7 +10,7 @@ It consists of several modules:
* Action Dispatch, which parses information about the web request, handles
routing as defined by the user, and does advanced processing related to HTTP
- such as MIME-type negotiation, decoding parameters in POST/PUT bodies,
+ such as MIME-type negotiation, decoding parameters in POST, PATCH, or PUT bodies,
handling HTTP caching logic, cookies and sessions.
* Action Controller, which provides a base controller class that can be