method
to_plain_text
v7.0.0 -
Show latest stable
- Class:
ActionText::RichText
to_plain_text()public
No documentation available.
# File actiontext/app/models/action_text/rich_text.rb, line 21
def to_plain_text
body&.to_plain_text.to_s
end