mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix a typo
This commit is contained in:
parent
75857d0f80
commit
2c96638c70
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ module ActiveRecord
|
|||
#
|
||||
# Normally there is only a single ConnectionHandler instance, accessible via
|
||||
# ActiveRecord::Base.connection_handler. Active Record models use this to
|
||||
# determine that connection pool that they should use.
|
||||
# determine the connection pool that they should use.
|
||||
class ConnectionHandler
|
||||
def initialize
|
||||
@owner_to_pool = Hash.new { |h,k| h[k] = {} }
|
||||
|
|
Loading…
Reference in a new issue