class ActionDispatch::ParamBuilder

def initialize(param_depth_limit)

def initialize(param_depth_limit)
  @param_depth_limit = param_depth_limit
end