This method is only available on newer versions. The first available version (v8.0.0) is shown here.
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