Skip to content

Commit 1b534a4

Browse files
committed
ActiveRecord -> Active Record
1 parent 692f25a commit 1b534a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/abstract_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def initialize(config_or_deprecated_connection, deprecated_logger = nil, depreca
134134
@logger = ActiveRecord::Base.logger
135135

136136
if deprecated_logger || deprecated_connection_options || deprecated_config
137-
raise ArgumentError, "when initializing an ActiveRecord adapter with a config hash, that should be the only argument"
137+
raise ArgumentError, "when initializing an Active Record adapter with a config hash, that should be the only argument"
138138
end
139139
else
140140
# Soft-deprecated for now; we'll probably warn in future.

0 commit comments

Comments
 (0)