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