1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

ActiveRecord typo fixe.

This commit is contained in:
alkesh26 2019-01-31 16:31:51 +05:30
parent 2312537867
commit 379354572f

View file

@ -43,7 +43,7 @@ module ActiveRecord
attr_reader :resolver_klass, :operations_klass
# Middleware that determines which database connection to use in a mutliple
# Middleware that determines which database connection to use in a multiple
# database application.
def call(env)
request = ActionDispatch::Request.new(env)