Flowdock
method

render_action_text_content

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ContentHelper
render_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 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
Register or log in to add new notes.