2009-03-31 13:03:35 -04:00
|
|
|
module ActiveSupport
|
2009-04-20 21:14:39 -04:00
|
|
|
autoload :Duration, 'active_support/duration'
|
2009-03-31 13:03:35 -04:00
|
|
|
autoload :TimeWithZone, 'active_support/time_with_zone'
|
|
|
|
autoload :TimeZone, 'active_support/values/time_zone'
|
|
|
|
end
|