method
decrypt
v7.1.3.4 -
Show latest stable
- Class:
ActionText::Encryption
decrypt()public
No documentation available.
# File actiontext/lib/action_text/encryption.rb, line 12
def decrypt
transaction do
super
decrypt_rich_texts if has_encrypted_rich_texts?
end
end