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 135
        def html_safe_translation_key?(key)
          /(\b|_|\.)html$/.match?(key.to_s)
        end
Register or log in to add new notes.