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.
1 parent 5fa7049 commit bb8f9d3Copy full SHA for bb8f9d3
activerecord/lib/active_record/encryption/scheme.rb
@@ -82,7 +82,7 @@ def validate_keys!
82
83
def validate_credential(key, error_message = "is not configured")
84
unless ActiveRecord::Encryption.config.public_send(key).present?
85
- raise Errors::Configuration, "#{key} #{error_message}. Please configure it via credential"\
+ raise Errors::Configuration, "#{key} #{error_message}. Please configure it via credential "\
86
"active_record_encryption.#{key} or by setting config.active_record.encryption.#{key}"
87
end
88
0 commit comments