From 151348824e6290785ce6bf6076150ff44a5bbdae Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 17 Apr 2009 21:17:55 -0700 Subject: Fix core/time require of DateTime core extensions --- activesupport/lib/active_support/core/time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core/time.rb b/activesupport/lib/active_support/core/time.rb index 71565ac6c2..43e13b5e58 100644 --- a/activesupport/lib/active_support/core/time.rb +++ b/activesupport/lib/active_support/core/time.rb @@ -1,4 +1,4 @@ require 'active_support/core/time/autoload' require 'active_support/core_ext/time' require 'active_support/core_ext/date' -require 'active_support/core_ext/datetime' +require 'active_support/core_ext/date_time' -- cgit v1.2.3