mirror of https://github.com/rails/rails
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:
commit
0ddf2eb9ac
|
@ -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:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue