method

html_safe_translation_key?

html_safe_translation_key?(key)
private

No documentation available.

# File activesupport/lib/active_support/html_safe_translation.rb, line 28
      def html_safe_translation_key?(key)
        /(?:_|\b)html\z/.match?(key)
      end