File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
activerecord/lib/active_record/connection_adapters/abstract Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def dirties_query_cache
74
74
# Connections can be obtained and used from a connection pool in several
75
75
# ways:
76
76
#
77
- # 1. Simply use {ActiveRecord::Base.lease_connection}[rdoc-ref:ConnectionHandling.connection ].
77
+ # 1. Simply use {ActiveRecord::Base.lease_connection}[rdoc-ref:ConnectionHandling#lease_connection ].
78
78
# When you're done with the connection(s) and wish it to be returned to the pool, you call
79
79
# {ActiveRecord::Base.connection_handler.clear_active_connections!}[rdoc-ref:ConnectionAdapters::ConnectionHandler#clear_active_connections!].
80
80
# This is the default behavior for Active Record when used in conjunction with
You can’t perform that action at this time.
0 commit comments