Method: ActionText::Encryption#decrypt
- Defined in:
- actiontext/lib/action_text/encryption.rb
#decrypt ⇒ Object
14 15 16 17 18 19 |
# File 'actiontext/lib/action_text/encryption.rb', line 14 def decrypt transaction do super decrypt_rich_texts if has_encrypted_rich_texts? end end |