aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/app/models/message.rb
blob: 7bce50753ca0c1f1fe8f6316ea373dea8d12296e (plain) (blame)
1
2
3
4
5
6
7
class Message < ApplicationRecord
  has_rich_text :content
  has_rich_text :body

  has_one :review
  accepts_nested_attributes_for :review
end