method
new
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Http::Parameters
new(env)public
No documentation available.
# File actionpack/lib/action_dispatch/http/parameters.rb, line 7
def initialize(env)
super
@symbolized_path_params = nil
end