instance method
to_html
Ruby on Rails 7.0.10
Since v6.0.6Signature
to_html()
No documentation comment.
Source
# File actiontext/lib/action_text/attachment.rb, line 80
def to_html
HtmlConversion.node_to_html(node)
end
Defined in actiontext/lib/action_text/attachment.rb line 80
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachment