method
ignore_leading_brackets
rails latest stable - Class:
ActionDispatch::ParamBuilder
ignore_leading_brackets()public
No documentation available.
# 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