1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #42614 from alkesh26/typo-fix-in-activerecord-legacy-connection

Typo fix in error raised
This commit is contained in:
Guillermo Iguaran 2021-06-26 19:43:58 -07:00 committed by GitHub
commit 36aee3f544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ module ActiveRecord
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
MSG
else
raise NotImplementedError, "The new connection handling does not setting support multiple connection handlers."
raise NotImplementedError, "The new connection handling does not support multiple connection handlers."
end
@@connection_handlers = handlers