diff options
-rw-r--r-- | activesupport/lib/active_support/core_ext/time/zones.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/time/zones.rb b/activesupport/lib/active_support/core_ext/time/zones.rb index 0c5962858e..dc632c2e53 100644 --- a/activesupport/lib/active_support/core_ext/time/zones.rb +++ b/activesupport/lib/active_support/core_ext/time/zones.rb @@ -1,4 +1,4 @@ -require 'active_support/time_with_zone' +require 'active_support/core_ext/time/calculations' class Time class << self |