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 f657842 commit 2bf0d68Copy full SHA for 2bf0d68
activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
@@ -295,7 +295,7 @@ def lease_connection
295
296
def connection
297
ActiveRecord.deprecator.warn(<<~MSG)
298
- ActiveRecord::ConnectionAdapters::ConnectionPoool#connection is deprecated
+ ActiveRecord::ConnectionAdapters::ConnectionPool#connection is deprecated
299
and will be removed in Rails 7.3. Use #lease_connection instead.
300
MSG
301
lease_connection
0 commit comments