Sha256: 8f18b75c49984285f07d92c15c370f05a7a19bf6c81e66ec43d768357f79f5c8
Contents?: true
Size: 163 Bytes
Versions: 37
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
37 entries across 35 versions & 4 rubygems