Method: ActionText::ContentHelper#render_action_text_content

Defined in:
actiontext/app/helpers/action_text/content_helper.rb

#render_action_text_content(content) ⇒ Object



14
15
16
17
# File 'actiontext/app/helpers/action_text/content_helper.rb', line 14

def render_action_text_content(content)
  self.prefix_partial_path_with_controller_namespace = false
  sanitize_action_text_content(render_action_text_attachments(content))
end