class method
self.strict_query_string_separator=
Ruby on Rails 8.1.2
Since v8.1.2Signature
self.strict_query_string_separator=(value)
No documentation comment.
Parameters
-
valuereq
Source
# File actionpack/lib/action_dispatch/http/query_parser.rb, line 18
def self.strict_query_string_separator=(value)
ActionDispatch.deprecator.warn <<~MSG
The `strict_query_string_separator` configuration is deprecated have no effect and will be removed in Rails 8.2.
MSG
@strict_query_string_separator = value
end
Defined in actionpack/lib/action_dispatch/http/query_parser.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::QueryParser