method
new_depth_limit
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::ParamBuilder
new_depth_limit(param_depth_limit)private
No documentation available.
# File actionpack/lib/action_dispatch/http/param_builder.rb, line 167
def new_depth_limit(param_depth_limit)
self.class.new @params_class, param_depth_limit
end