method

to_rendered_html_with_layout

rails latest stable - Class: ActionText::Content
to_rendered_html_with_layout()
public

No documentation available.

# File actiontext/lib/action_text/content.rb, line 125
    def to_rendered_html_with_layout
      render layout: "action_text/contents/content", partial: to_partial_path, formats: :html, locals: { content: self }
    end