instance method
to_rendered_html_with_layout
Ruby on Rails 8.1.2
Since v6.0.6Signature
to_rendered_html_with_layout()
No documentation comment.
Source
# File actiontext/lib/action_text/content.rb, line 143
def to_rendered_html_with_layout
render layout: "action_text/contents/content", partial: to_partial_path, formats: :html, locals: { content: self }
end
Defined in actiontext/lib/action_text/content.rb line 143
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Content