class method self.ignore_leading_brackets

Ruby on Rails 8.1.2

Since v8.1.2

Signature

self.ignore_leading_brackets()

No documentation comment.

Source
# File actionpack/lib/action_dispatch/http/param_builder.rb, line 25
      def ignore_leading_brackets
        ActionDispatch.deprecator.warn <<~MSG
          ActionDispatch::ParamBuilder.ignore_leading_brackets is deprecated and have no effect and will be removed in Rails 8.2.
        MSG

        @ignore_leading_brackets
      end

Defined in actionpack/lib/action_dispatch/http/param_builder.rb line 25 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionDispatch::ParamBuilder

Type at least 2 characters to search.

↑↓ navigate · open · esc close