mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
:nodoc: internal StatementPool class.
[ci skip]
This commit is contained in:
parent
e9331c646f
commit
2fab3eee1f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module ActiveRecord
|
module ActiveRecord
|
||||||
module ConnectionAdapters
|
module ConnectionAdapters
|
||||||
class StatementPool
|
class StatementPool # :nodoc:
|
||||||
include Enumerable
|
include Enumerable
|
||||||
|
|
||||||
def initialize(max = 1000)
|
def initialize(max = 1000)
|
||||||
|
|
Loading…
Reference in a new issue