Skip to content

Commit 36aee3f

Browse files
Merge pull request rails#42614 from alkesh26/typo-fix-in-activerecord-legacy-connection
Typo fix in error raised
2 parents 3a2205c + e4cb51d commit 36aee3f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def self.connection_handlers=(handlers)
118118
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
119119
MSG
120120
else
121-
raise NotImplementedError, "The new connection handling does not setting support multiple connection handlers."
121+
raise NotImplementedError, "The new connection handling does not support multiple connection handlers."
122122
end
123123

124124
@@connection_handlers = handlers

0 commit comments

Comments
 (0)