Merge pull request #43792 from cover/fix-typo-in-encryptable-record

Fix typo in the rdoc for EncryptableRecord.encrypts
This commit is contained in:
Rafael Mendonça França 2021-12-07 11:00:33 -05:00 committed by GitHub
commit 6cb512fe06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ module EncryptableRecord
# in preserving it.
# * <tt>:ignore_case</tt> - When true, it behaves like +:downcase+ but, it also preserves the original case in a specially
# designated column +original_<name>+. When reading the encrypted content, the version with the original case is
# server. But you can still execute queries that will ignore the case. This option can only be used when +:deterministic+
# served. But you can still execute queries that will ignore the case. This option can only be used when +:deterministic+
# is true.
# * <tt>:context_properties</tt> - Additional properties that will override +Context+ settings when this attribute is
# encrypted and decrypted. E.g: +encryptor:+, +cipher:+, +message_serializer:+, etc.