Sha256: 411916acc0138343e057a1167e04e0a16b8e1ba9991e9fa7f5efca71658776c0
Contents?: true
Size: 230 Bytes
Versions: 22
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true # :markup: markdown module ActionText class EncryptedRichText < RichText encrypts :body end end ActiveSupport.run_load_hooks :action_text_encrypted_rich_text, ActionText::EncryptedRichText
Version data entries
22 entries across 22 versions & 2 rubygems