method

default_normalization_form=

rails latest stable - Class: ActiveSupport::Multibyte::Unicode

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

default_normalization_form=(_)
public

No documentation available.

# File activesupport/lib/active_support/multibyte/unicode.rb, line 17
      def default_normalization_form=(_)
        ActiveSupport::Deprecation.warn(
          "ActiveSupport::Multibyte::Unicode.default_normalization_form= is deprecated and will be removed in Rails 7.0."
        )
      end