aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/action_text/rich_text.rb2
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