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.
2 parents 3a2205c + e4cb51d commit 36aee3fCopy full SHA for 36aee3f
activerecord/lib/active_record/core.rb
@@ -118,7 +118,7 @@ def self.connection_handlers=(handlers)
118
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
119
MSG
120
else
121
- 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."
122
end
123
124
@@connection_handlers = handlers
0 commit comments