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