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