make_default(param_depth_limit)
– This implementation is based on Rack::QueryParser, Copyright (C) 2007-2021 Leah Neukirchen < Show source # File actionpack/lib/action_dispatch/http/param_builder.rb, line 9 def self.make_default(param_depth_limit) new param_depth_limit end
# File actionpack/lib/action_dispatch/http/param_builder.rb, line 9 def self.make_default(param_depth_limit) new param_depth_limit end