mirror of
https://github.com/github/rails.git
synced 2026-01-30 08:48:06 -05:00
Doc fix (closes #6023)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4988 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -244,7 +244,7 @@ module ActionController #:nodoc:
|
||||
cattr_accessor :allow_concurrency
|
||||
|
||||
# Modern REST web services often need to submit complex data to the web application.
|
||||
# The param_parsers hash lets you register handlers wich will process the http body and add parameters to the
|
||||
# The param_parsers hash lets you register handlers which will process the http body and add parameters to the
|
||||
# <tt>params</tt> hash. These handlers are invoked for post and put requests.
|
||||
#
|
||||
# By default application/xml is enabled. A XmlSimple class with the same param name as the root will be instanciated
|
||||
|
||||
Reference in New Issue
Block a user