From 8cc746331c32a6951e5c73c8a21fd32f00680471 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 2 Jul 2010 23:46:19 -0300 Subject: [PATCH] Time#formatted_offset is defined in core_ext/time/conversions [#4979] --- activesupport/lib/active_support/json/encoding.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/json/encoding.rb b/activesupport/lib/active_support/json/encoding.rb index 8ec3af3f504f4..315897b423600 100644 --- a/activesupport/lib/active_support/json/encoding.rb +++ b/activesupport/lib/active_support/json/encoding.rb @@ -10,6 +10,7 @@ require 'active_support/core_ext/hash/slice' require 'active_support/core_ext/object/instance_variables' require 'time' +require 'active_support/core_ext/time/conversions' module ActiveSupport class << self