APIdock / Ruby on Rails
/
Browse About
method

make_default

v8.1.1 - Show latest stable - Class: ActionDispatch::ParamBuilder
make_default(param_depth_limit)
public

– This implementation is based on Rack::QueryParser, Copyright (C) 2007-2021 Leah Neukirchen <

# File actionpack/lib/action_dispatch/http/param_builder.rb, line 9
    def self.make_default(param_depth_limit)
      new param_depth_limit
    end

Related methods

  • Instance methods
  • from_hash
  • from_pairs
  • from_query_string
  • Class methods
  • ignore_leading_brackets
  • ignore_leading_brackets=
  • make_default
  • new
  • Private methods
  • privatemake_params
  • privatenew_depth_limit
  • privateparams_hash_has_key?
  • privateparams_hash_type?
  • privatestore_nested_param
APIdock API Documentation Browser

Track DORA metrics effortlessly with Swarmia.

© 2026 APIdock