mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #24715 from vipulnsward/nodoc-st-pool
:nodoc: internal StatementPool class
This commit is contained in:
commit
24b1bb1a0f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module ActiveRecord
|
||||
module ConnectionAdapters
|
||||
class StatementPool
|
||||
class StatementPool # :nodoc:
|
||||
include Enumerable
|
||||
|
||||
def initialize(max = 1000)
|
||||
|
|
Loading…
Reference in a new issue