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

Fix missing link in deprecation

This commit is contained in:
eileencodes 2021-04-07 08:15:48 -04:00
parent 7fd8079ef2
commit b8b1c9eba9
No known key found for this signature in database
GPG key ID: BA5C575120BBE8DF

View file

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