# frozen_string_literal: true module ActionText class EncryptedRichText < RichText self.table_name = "action_text_rich_texts" encrypts :body end end ActiveSupport.run_load_hooks :action_text_encrypted_rich_text, ActionText::EncryptedRichText