aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core/time/autoload.rb
blob: 6970c398c32ab95621f40a7740884fafe6246497 (plain) (blame)
1
2
3
4
module ActiveSupport
  autoload :TimeWithZone, 'active_support/time_with_zone'
  autoload :TimeZone, 'active_support/values/time_zone'
end