mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Move AS::Duration autoload to core/time/autoload
This commit is contained in:
parent
4f63e84843
commit
db05c73fb6
2 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,6 @@ module ActiveSupport
|
|||
autoload :Cache, 'active_support/cache'
|
||||
autoload :Callbacks, 'active_support/callbacks'
|
||||
autoload :Deprecation, 'active_support/deprecation'
|
||||
autoload :Duration, 'active_support/duration'
|
||||
autoload :Gzip, 'active_support/gzip'
|
||||
autoload :Inflector, 'active_support/inflector'
|
||||
autoload :Memoizable, 'active_support/memoizable'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
module ActiveSupport
|
||||
autoload :Duration, 'active_support/duration'
|
||||
autoload :TimeWithZone, 'active_support/time_with_zone'
|
||||
autoload :TimeZone, 'active_support/values/time_zone'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue