method

strict_query_string_separator=

rails latest stable - Class: ActionDispatch::QueryParser

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

strict_query_string_separator=(value)
public

No documentation available.

# 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