method

html_safe_translation_key?

html_safe_translation_key?(key)
public

No documentation available.

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