method

sanitizer_allowed_tags

rails latest stable - Class: ActionText::ContentHelper
sanitizer_allowed_tags()
public

No documentation available.

# File actiontext/app/helpers/action_text/content_helper.rb, line 57
    def sanitizer_allowed_tags
      allowed_tags || (sanitizer.class.allowed_tags + [ ActionText::Attachment.tag_name, "figure", "figcaption" ])
    end