File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
activerecord/lib/active_record/encryption Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ module Encryption
6
6
#
7
7
# * It generates a random data-encryption key for each encryption operation.
8
8
# * It stores the generated key along with the encrypted payload. It encrypts this key
9
- # with the master key provided in the credential +active_record.encryption.master key+ .
9
+ # with the master key provided in the +active_record_encryption.primary_key+ credential .
10
10
#
11
11
# This provider can work with multiple master keys. It will use the last one for encrypting.
12
12
#
13
- # When +config.store_key_references+ is true, it will also store a reference to
13
+ # When +config.active_record.encryption. store_key_references+ is true, it will also store a reference to
14
14
# the specific master key that was used to encrypt the data-encryption key. When not set,
15
15
# it will try all the configured master keys looking for the right one, in order to
16
16
# return the right decryption key.
You can’t perform that action at this time.
0 commit comments