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