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