We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a0df commit f657842Copy full SHA for f657842
activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
@@ -295,8 +295,8 @@ def lease_connection
295
296
def connection
297
ActiveRecord.deprecator.warn(<<~MSG)
298
- ConnectionPoool#connection is deprecated and will be removed
299
- in Rails 7.3. Use #lease_connection instead
+ ActiveRecord::ConnectionAdapters::ConnectionPoool#connection is deprecated
+ and will be removed in Rails 7.3. Use #lease_connection instead.
300
MSG
301
lease_connection
302
end
0 commit comments