method
to_rendered_html_with_layout
v6.0.0 -
Show latest stable
- Class:
ActionText::Content
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