[ci skip] Document format parameter of process method in AC test_case.

This commit is contained in:
Juanito Fatas 2015-01-31 20:52:17 +08:00
parent afe402dac7
commit 8cd115488c
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:
#