From d848b7817fe5ce044709e09fa96464d0d6020c9d Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 31 Mar 2009 10:03:35 -0700 Subject: Encapsulate date/time core extensions and constant autoloads in active_support/core/time --- activesupport/lib/active_support/core/time/autoload.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 activesupport/lib/active_support/core/time/autoload.rb (limited to 'activesupport/lib/active_support/core/time') diff --git a/activesupport/lib/active_support/core/time/autoload.rb b/activesupport/lib/active_support/core/time/autoload.rb new file mode 100644 index 0000000000..6970c398c3 --- /dev/null +++ b/activesupport/lib/active_support/core/time/autoload.rb @@ -0,0 +1,4 @@ +module ActiveSupport + autoload :TimeWithZone, 'active_support/time_with_zone' + autoload :TimeZone, 'active_support/values/time_zone' +end -- cgit v1.2.3