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:
parent
a55bccc00b
commit
542dd9a062
1 changed files with 2 additions and 2 deletions
|
@ -452,7 +452,7 @@ end
|
||||||
|
|
||||||
#### Built-in encryption contexts
|
#### Built-in encryption contexts
|
||||||
|
|
||||||
##### Disable encryption
|
##### Disable encryption
|
||||||
|
|
||||||
You can run code without 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.
|
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:
|
You can run code without encryption but preventing overwriting encrypted content:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue