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