class method
self.new
Ruby on Rails 4.1.16
Since v4.0.13 Last seen in v4.1.16Available in: v4.0.13 v4.1.16
Signature
self.new(env)
No documentation comment.
Parameters
-
envreq
Source
# File actionpack/lib/action_dispatch/http/parameters.rb, line 7
def initialize(env)
super
@symbolized_path_params = nil
end
Defined in actionpack/lib/action_dispatch/http/parameters.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Parameters