Method: ActionDispatch::ParamBuilder.make_default
- Defined in:
- actionpack/lib/action_dispatch/http/param_builder.rb
.make_default(param_depth_limit) ⇒ Object
– This implementation is based on Rack::QueryParser, Copyright © 2007-2021 Leah Neukirchen <leahneukirchen.org/infopage.html>
9 10 11 |
# File 'actionpack/lib/action_dispatch/http/param_builder.rb', line 9 def self.make_default(param_depth_limit) new param_depth_limit end |