Flowdock
sanitized_allowed_tags() public

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/sanitize_helper.rb, line 134
        def sanitized_allowed_tags
          sanitizer_vendor.white_list_sanitizer.allowed_tags
        end
Register or log in to add new notes.