method
to_rendered_html_with_layout
v7.1.3.4 -
Show latest stable
- Class:
ActionText::Content
to_rendered_html_with_layout()public
No documentation available.
# File actiontext/lib/action_text/content.rb, line 126
def to_rendered_html_with_layout
render layout: "action_text/contents/content", partial: to_partial_path, formats: :html, locals: { content: self }
end