method

to_rendered_html_with_layout

to_rendered_html_with_layout()
public

No documentation available.

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