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.
2 parents f06c941 + 542dd9a commit a58d35bCopy full SHA for a58d35b
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