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:
parent
7fd8079ef2
commit
b8b1c9eba9
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue