method

render_action_text_content

rails latest stable - Class: ActionText::ContentHelper
render_action_text_content(content)
public

No documentation available.

# File actiontext/app/helpers/action_text/content_helper.rb, line 12
    def render_action_text_content(content)
      self.prefix_partial_path_with_controller_namespace = false
      sanitize_action_text_content(render_action_text_attachments(content))
    end