Flowdock
html_safe_translation_key?(key) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/translation_helper.rb, line 159
        def html_safe_translation_key?(key)
          /(?:_|\b)html\z/.match?(key)
        end
Register or log in to add new notes.