instance method
to_trix_html
Ruby on Rails 7.0.10
Since v7.0.10Signature
to_trix_html()
No documentation comment.
Source
# File actiontext/app/models/action_text/rich_text.rb, line 25
def to_trix_html
body&.to_trix_html
end
Defined in actiontext/app/models/action_text/rich_text.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::RichText