method
to_plain_text
v7.0.0 -
Show latest stable
- Class:
ActionText::Content
to_plain_text()public
No documentation available.
# File actiontext/lib/action_text/content.rb, line 74
def to_plain_text
render_attachments(with_full_attributes: false, &:to_plain_text).fragment.to_plain_text
end