method

encrypt_rich_texts

encrypt_rich_texts()
private

No documentation available.

# File actiontext/lib/action_text/encryption.rb, line 20
      def encrypt_rich_texts
        encryptable_rich_texts.each(&:encrypt)
      end