method

new_depth_limit

rails latest stable - Class: ActionDispatch::ParamBuilder

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

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