mirror of https://github.com/rails/rails
Merge pull request #44860 from ghousemohamed/fix-typo-for-word-libraries
Fix typo: libaries -> libraries [ci-skip]
This commit is contained in:
commit
8f39fbe18a
|
@ -44,7 +44,7 @@ module ActiveRecord
|
|||
# config.active_record.database_resolver_context = MyResolver::MySession
|
||||
#
|
||||
# Note: If you are using `rails new my_app --minimal` you will need to call
|
||||
# `require "active_support/core_ext/integer/time"` to load the libaries
|
||||
# `require "active_support/core_ext/integer/time"` to load the libraries
|
||||
# for +Time+.
|
||||
class DatabaseSelector
|
||||
def initialize(app, resolver_klass = nil, context_klass = nil, options = {})
|
||||
|
|
Loading…
Reference in New Issue