方法
執行個體公用方法
decrypt() 連結
來源:顯示 | 在 GitHub 上
# File actiontext/lib/action_text/encryption.rb, line 14 def decrypt transaction do super decrypt_rich_texts if has_encrypted_rich_texts? end end
encrypt() 連結
來源:顯示 | 在 GitHub 上
# File actiontext/lib/action_text/encryption.rb, line 7 def encrypt transaction do super encrypt_rich_texts if has_encrypted_rich_texts? end end