class ActionText::RichText

def to_plain_text

def to_plain_text
  body&.to_plain_text.to_s
end