Merge pull request #18748 from JuanitoFatas/doc/process-format

[ci skip] Document format parameter of process method in AC test_case.
This commit is contained in:
Abdelkader Boudih 2015-01-31 12:55:35 +00:00
commit 0ddf2eb9ac
1 changed files with 1 additions and 0 deletions

View File

@ -579,6 +579,7 @@ module ActionController
# (<tt>application/x-www-form-urlencoded</tt> or <tt>multipart/form-data</tt>).
# - +session+: A hash of parameters to store in the session. This may be +nil+.
# - +flash+: A hash of parameters to store in the flash. This may be +nil+.
# - +format+: Request format. Defaults to +nil+. Can be string or symbol.
#
# Example calling +create+ action and sending two params:
#