Skip to content

Commit bb8f9d3

Browse files
author
Luis Vasconcellos
committed
Add missing space to error message
1 parent 5fa7049 commit bb8f9d3

File tree

1 file changed

+1
-1
lines changed
  • activerecord/lib/active_record/encryption

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/encryption/scheme.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def validate_keys!
8282

8383
def validate_credential(key, error_message = "is not configured")
8484
unless ActiveRecord::Encryption.config.public_send(key).present?
85-
raise Errors::Configuration, "#{key} #{error_message}. Please configure it via credential"\
85+
raise Errors::Configuration, "#{key} #{error_message}. Please configure it via credential "\
8686
"active_record_encryption.#{key} or by setting config.active_record.encryption.#{key}"
8787
end
8888
end

0 commit comments

Comments
 (0)