1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix whitespace Markdown headings active_record_encryption.md [ci-skip]

This commit is contained in:
John Bampton 2021-04-12 07:46:14 +10:00
parent a55bccc00b
commit 542dd9a062

View file

@ -452,7 +452,7 @@ end
#### Built-in encryption contexts
##### Disable encryption
##### Disable encryption
You can run code without encryption:
@ -463,7 +463,7 @@ end
```
This means that reading encrypted text will return the ciphertext and saved content will be stored unencrypted.
##### Protect encrypted data
##### Protect encrypted data
You can run code without encryption but preventing overwriting encrypted content: