Flowdock
method

sanitize_action_text_content

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ContentHelper
sanitize_action_text_content(content) public

No documentation

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

Hide source
# File actiontext/app/helpers/action_text/content_helper.rb, line 17
    def sanitize_action_text_content(content)
      sanitizer.sanitize(content.to_html, tags: allowed_tags, attributes: allowed_attributes, scrubber: scrubber).html_safe
    end
Register or log in to add new notes.