1
0
Fork 0
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:
Andreas Loupasakis 2012-09-06 00:46:52 +03:00
parent 75857d0f80
commit 2c96638c70

View file

@ -494,7 +494,7 @@ module ActiveRecord
# #
# Normally there is only a single ConnectionHandler instance, accessible via # Normally there is only a single ConnectionHandler instance, accessible via
# ActiveRecord::Base.connection_handler. Active Record models use this to # 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 class ConnectionHandler
def initialize def initialize
@owner_to_pool = Hash.new { |h,k| h[k] = {} } @owner_to_pool = Hash.new { |h,k| h[k] = {} }