From 8cd115488c5040690204d0bd8550d2b8b0bf24cc Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Sat, 31 Jan 2015 20:52:17 +0800 Subject: [ci skip] Document format parameter of process method in AC test_case. --- actionpack/lib/action_controller/test_case.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index 15e587bcea..4d2a3c712b 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -579,6 +579,7 @@ module ActionController # (application/x-www-form-urlencoded or multipart/form-data). # - +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: # -- cgit v1.2.3