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

Fixed typo for DatabaseSelector::Resolver documentation

This commit is contained in:
Abhay Nikam 2019-01-31 07:57:38 +05:30
parent 1f5e21bcbc
commit 15db608f3e

View file

@ -9,7 +9,7 @@ module ActiveRecord
# determine which database the request should use.
#
# To change the behavior of the Resolver class in your application,
# create a custom resolver class that inherts from
# create a custom resolver class that inherits from
# DatabaseSelector::Resolver and implements the methods that need to
# be changed.
#