method

decrypt_rich_texts

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Encryption
decrypt_rich_texts() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/encryption.rb, line 24
      def decrypt_rich_texts
        encryptable_rich_texts.each(&:decrypt)
      end
Register or log in to add new notes.