message.rb 100 B

12345
  1. class Chat::Message < ApplicationModel
  2. include ChecksHtmlSanitized
  3. sanitized_html :content
  4. end