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