We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94f6b75 + 67365e0 commit c692e75Copy full SHA for c692e75
activerecord/lib/active_record/encryption/key_provider.rb
@@ -12,7 +12,7 @@ def initialize(keys)
12
@keys = Array(keys)
13
end
14
15
- # Returns the first key in the list as the active key to perform encryptions
+ # Returns the last key in the list as the active key to perform encryptions
16
#
17
# When +ActiveRecord::Encryption.config.store_key_references+ is true, the key will include
18
# a public tag referencing the key itself. That key will be stored in the public
0 commit comments