method
html_safe_translation_key?
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::HtmlSafeTranslation
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