diff options
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/action_text/rich_text.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/action_text/rich_text.rb b/app/models/action_text/rich_text.rb index 8ef3436cc2..efc35a6465 100644 --- a/app/models/action_text/rich_text.rb +++ b/app/models/action_text/rich_text.rb @@ -2,6 +2,7 @@ class ActionText::RichText < ActiveRecord::Base self.table_name = "action_text_rich_texts" serialize :body, ActionText::Content + delegate :to_s, to: :body belongs_to :record, polymorphic: true, touch: true has_many_attached :embeds |