From 6704d8c994d9d20d0cc9d71b72521e141c7dc05d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 3 May 2010 23:11:09 +0200 Subject: date/conversions needs time/calculations for (utc|local)_time --- activesupport/lib/active_support/core_ext/date/conversions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/core_ext/date/conversions.rb b/activesupport/lib/active_support/core_ext/date/conversions.rb index 90ab1eb281..13ef703f49 100644 --- a/activesupport/lib/active_support/core_ext/date/conversions.rb +++ b/activesupport/lib/active_support/core_ext/date/conversions.rb @@ -1,5 +1,6 @@ require 'date' require 'active_support/inflector' +require 'active_support/core_ext/time/calculations' class Date DATE_FORMATS = { -- cgit v1.2.3