Sha256: 8f18b75c49984285f07d92c15c370f05a7a19bf6c81e66ec43d768357f79f5c8
Contents?: true
Size: 163 Bytes
Versions: 38
Compression:
Stored size: 163 Bytes
Contents
# frozen_string_literal: true module ActionText class EncryptedRichText < RichText self.table_name = "action_text_rich_texts" encrypts :body end end
Version data entries
38 entries across 36 versions & 4 rubygems