Sha256: 530d869bf2042b0e341fa6b8635550905ee497a1b822649b0b040a8ddc92751e
Contents?: true
Size: 257 Bytes
Versions: 16
Compression:
Stored size: 257 Bytes
Contents
# 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
Version data entries
16 entries across 16 versions & 3 rubygems