method

encrypt

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Encryption
encrypt() public

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 5
    def encrypt
      transaction do
        super
        encrypt_rich_texts if has_encrypted_rich_texts?
      end
    end
Register or log in to add new notes.