instance method
to_html
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
to_html()
No documentation comment.
Source
# File actiontext/lib/action_text/fragment.rb, line 49
def to_html
@html ||= HtmlConversion.node_to_html(source)
end
Defined in actiontext/lib/action_text/fragment.rb line 49
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Fragment