mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update activesupport/lib/active_support.rb
This commit is contained in:
parent
432c366151
commit
fa5adfb1e8
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,7 @@ require "active_support/logger"
|
|||
module ActiveSupport
|
||||
extend ActiveSupport::Autoload
|
||||
|
||||
autoload :Concern
|
||||
autoload :DescendantsTracker
|
||||
autoload :FileUpdateChecker
|
||||
autoload :LogSubscriber
|
||||
|
@ -56,7 +57,6 @@ module ActiveSupport
|
|||
autoload :Benchmarkable
|
||||
autoload :Cache
|
||||
autoload :Callbacks
|
||||
autoload :Concern
|
||||
autoload :Configurable
|
||||
autoload :Deprecation
|
||||
autoload :Gzip
|
||||
|
|
Loading…
Reference in a new issue