method

new_depth_limit

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