class method
self.ignore_leading_brackets=
Ruby on Rails 8.1.2
Since v8.1.2Signature
self.ignore_leading_brackets=(value)
No documentation comment.
Parameters
-
valuereq
Source
# File actionpack/lib/action_dispatch/http/param_builder.rb, line 33
def ignore_leading_brackets=(value)
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 = value
end
Defined in actionpack/lib/action_dispatch/http/param_builder.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ParamBuilder