From 9a4bfd04a376efe91e8b80e754e6eab1e332eb69 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 15 Apr 2012 23:43:48 +0200 Subject: Require for time_with_zone should stay in core_ext/time_zones :bomb: --- activesupport/lib/active_support/core_ext/time/zones.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/core_ext') diff --git a/activesupport/lib/active_support/core_ext/time/zones.rb b/activesupport/lib/active_support/core_ext/time/zones.rb index dc632c2e53..b4ed74a7b0 100644 --- a/activesupport/lib/active_support/core_ext/time/zones.rb +++ b/activesupport/lib/active_support/core_ext/time/zones.rb @@ -1,4 +1,5 @@ require 'active_support/core_ext/time/calculations' +require 'active_support/time_with_zone' class Time class << self -- cgit v1.2.3