method
new_depth_limit
v8.0.0 -
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 166
def new_depth_limit(param_depth_limit)
self.class.new @params_class, param_depth_limit
end