instance method
connection
Ruby on Rails 7.2.3
Since v2.2.3 Last seen in v7.2.3Signature
connection()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 328
def connection
ActiveRecord.deprecator.warn(<<~MSG)
ActiveRecord::ConnectionAdapters::ConnectionPool#connection is deprecated
and will be removed in Rails 8.0. Use #lease_connection instead.
MSG
lease_connection
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb line 328
· View on GitHub
· Improve this page
· Find usages on GitHub