From 47c7177ef555b70204adf9e6c0e6995f6d1d2231 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 26 Mar 2009 19:10:37 -0700 Subject: Explicit Time/DateTime dependencies --- activesupport/lib/active_support/values/time_zone.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index 516ef2d8f0..d329804617 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -1,3 +1,10 @@ +require 'active_support/core_ext/time/publicize_conversion_methods' +require 'active_support/core_ext/time/calculations' +require 'active_support/core_ext/time/zones' + +require 'active_support/core_ext/date_time/calculations' +require 'active_support/core_ext/date_time/zones' + # The TimeZone class serves as a wrapper around TZInfo::Timezone instances. It allows us to do the following: # # * Limit the set of zones provided by TZInfo to a meaningful subset of 142 zones. -- cgit v1.2.3