Skip to content

Commit

Permalink
Fix a typo in Active Record Encryption guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mikdiet committed May 9, 2022
1 parent 38d5846 commit a80a225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_encryption.md
Expand Up @@ -221,7 +221,7 @@ class Person
end
```
They will also work when combining encrypted and unencrypted data,git and when configuring previous encryption schemes.
They will also work when combining encrypted and unencrypted data, and when configuring previous encryption schemes.
NOTE: If you want to ignore case, make sure to use `downcase:` or `ignore_case:` in the `encrypts` declaration. Using the `case_sensitive:` option in the validation won't work.

Expand Down

0 comments on commit a80a225

Please sign in to comment.