instance method
call
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
call(env)
No documentation comment.
Parameters
-
envreq
Source
# File actionpack/lib/action_controller/params_parser.rb, line 10
def call(env)
if params = parse_formatted_parameters(env)
env["action_controller.request.request_parameters"] = params
end
@app.call(env)
end
Defined in actionpack/lib/action_controller/params_parser.rb line 10
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::ParamsParser