From b3693bf2f827789a8b1ef5e0a3f653ed58089b1e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 15 Jul 2012 00:36:57 +0200 Subject: adds a missing require [fixes #6896] This file uses Time.zone, which is defined in active_support/core_ext/time/zones.rb. --- activesupport/lib/active_support/core_ext/time/zones.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/time/zones.rb') diff --git a/activesupport/lib/active_support/core_ext/time/zones.rb b/activesupport/lib/active_support/core_ext/time/zones.rb index b4ed74a7b0..0c5962858e 100644 --- a/activesupport/lib/active_support/core_ext/time/zones.rb +++ b/activesupport/lib/active_support/core_ext/time/zones.rb @@ -1,4 +1,3 @@ -require 'active_support/core_ext/time/calculations' require 'active_support/time_with_zone' class Time -- cgit v1.2.3