method

without_encryption

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Contexts
without_encryption(&block) public

Runs the provided block in an encryption context where encryption is disabled:

  • Reading encrypted content will return its ciphertexts.

  • Writing encrypted content will write its clear text.

Show source
Register or log in to add new notes.