From d164d868b3617b9e496cb76576c0ee0f20f7bdf5 Mon Sep 17 00:00:00 2001 From: snusnu Date: Thu, 18 Mar 2010 18:40:22 +0100 Subject: AS datetime conversions now require AS time conversions --- activesupport/lib/active_support/core_ext/date_time/conversions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/core_ext/date_time/conversions.rb') diff --git a/activesupport/lib/active_support/core_ext/date_time/conversions.rb b/activesupport/lib/active_support/core_ext/date_time/conversions.rb index 47a31839a6..a9f821b01e 100644 --- a/activesupport/lib/active_support/core_ext/date_time/conversions.rb +++ b/activesupport/lib/active_support/core_ext/date_time/conversions.rb @@ -1,4 +1,5 @@ require 'active_support/inflector' +require 'active_support/core_ext/time/conversions' class DateTime # Ruby 1.9 has DateTime#to_time which internally relies on Time. We define our own #to_time which allows -- cgit v1.2.3