Method: ActionText::Encryption#encrypt

Defined in:
actiontext/lib/action_text/encryption.rb

#encryptObject



7
8
9
10
11
12
# File 'actiontext/lib/action_text/encryption.rb', line 7

def encrypt
  transaction do
    super
    encrypt_rich_texts if has_encrypted_rich_texts?
  end
end