Skip to content

Commit

Permalink
Fix dead link to new connection handling docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schmijos authored Sep 24, 2024
1 parent 3fa6192 commit c50db83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def self.connection_handlers=(handlers)
The new connection handling does not support `connection_handlers`
getter and setter.
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
Read more about how to migrate at: https://guides.rubyonrails.org/v7.0/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
MSG
else
raise NotImplementedError, "The new connection handling does not support multiple connection handlers."
Expand Down

0 comments on commit c50db83

Please sign in to comment.