decrypt()
Decrypts all the encryptable attributes and saves the changes.
# File activerecord/lib/active_record/encryption/encryptable_record.rb, line 171 def decrypt decrypt_attributes if has_encrypted_attributes? end