method
strict_query_string_separator
rails latest stable - Class:
ActionDispatch::QueryParser
strict_query_string_separator()public
No documentation available.
# File actionpack/lib/action_dispatch/http/query_parser.rb, line 11
def self.strict_query_string_separator
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
end