instance method
to_trix_html
Ruby on Rails 7.1.6
Since v6.0.6Signature
to_trix_html()
No documentation comment.
Source
# File actiontext/lib/action_text/content.rb, line 121
def to_trix_html
render_attachments(&:to_trix_attachment).to_html
end
Defined in actiontext/lib/action_text/content.rb line 121
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Content