module ActionDispatch::Http::Parameters

def initialize(env)

def initialize(env)
  super
  @symbolized_path_params = nil
end