Skip to content

Commit b8b1c9e

Browse files
committed
Fix missing link in deprecation
1 parent 7fd8079 commit b8b1c9e

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
@@ -233,7 +233,7 @@ def self.connection_handlers=(handlers)
233233
The new connection handling does not support `connection_handlers`
234234
getter and setter.
235235
236-
Read more about how to migrate at:
236+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
237237
MSG
238238
else
239239
raise NotImplementedError, "The new connection handling does not setting support multiple connection handlers."

0 commit comments

Comments
 (0)