From db05c73fb6e2294c576ef9889c70940891682c32 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 20 Apr 2009 18:14:39 -0700 Subject: Move AS::Duration autoload to core/time/autoload --- activesupport/lib/active_support/core/time/autoload.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/core') diff --git a/activesupport/lib/active_support/core/time/autoload.rb b/activesupport/lib/active_support/core/time/autoload.rb index 6970c398c3..c9a7731b39 100644 --- a/activesupport/lib/active_support/core/time/autoload.rb +++ b/activesupport/lib/active_support/core/time/autoload.rb @@ -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 -- cgit v1.2.3