method
new
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
new(connection, max)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 257
def initialize(connection, max)
super(max)
@connection = connection
@counter = 0
end