From 16cad60fd3734740f30ddc770f60da8a5a8deb97 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 21 Mar 2010 21:09:48 -0300 Subject: avoid active_support/core_ext/time/conversions.rb warnings [#4250 state:committed] Signed-off-by: Jeremy Kemper --- activesupport/lib/active_support/core_ext/time/conversions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/time/conversions.rb b/activesupport/lib/active_support/core_ext/time/conversions.rb index 6d9c080442..86103ebce2 100644 --- a/activesupport/lib/active_support/core_ext/time/conversions.rb +++ b/activesupport/lib/active_support/core_ext/time/conversions.rb @@ -1,4 +1,5 @@ require 'active_support/inflector' +require 'active_support/core_ext/time/publicize_conversion_methods' require 'active_support/values/time_zone' class Time -- cgit v1.2.3