We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55bccc commit 542dd9aCopy full SHA for 542dd9a
guides/source/active_record_encryption.md
@@ -452,7 +452,7 @@ end
452
453
#### Built-in encryption contexts
454
455
-##### Disable encryption
+##### Disable encryption
456
457
You can run code without encryption:
458
@@ -463,7 +463,7 @@ end
463
```
464
This means that reading encrypted text will return the ciphertext and saved content will be stored unencrypted.
465
466
-##### Protect encrypted data
+##### Protect encrypted data
467
468
You can run code without encryption but preventing overwriting encrypted content:
469
0 commit comments