method

to_rendered_html_with_layout

to_rendered_html_with_layout()
public

No documentation available.

# File actiontext/lib/action_text/content.rb, line 90
    def to_rendered_html_with_layout
      renderer.render(partial: "action_text/content/layout", locals: { content: self })
    end