method
new
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::ParamBuilder
new(param_depth_limit)public
No documentation available.
# File actionpack/lib/action_dispatch/http/param_builder.rb, line 15
def initialize(param_depth_limit)
@param_depth_limit = param_depth_limit
end