From 02028e529c97488b6c70cdbf66dc08c7fb2d36aa Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 2 May 2010 14:59:51 -0300 Subject: [PATCH] Missing require added make pass activesupport/test/json/encoding_test.rb in isolation Signed-off-by: Xavier Noria --- 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 e692f6d142..3d7be8da1f 100644 --- a/activesupport/lib/active_support/json/encoding.rb +++ b/activesupport/lib/active_support/json/encoding.rb @@ -1,6 +1,7 @@ # encoding: utf-8 require 'bigdecimal' require 'active_support/core_ext/array/wrap' +require 'active_support/core_ext/big_decimal/conversions' require 'active_support/core_ext/hash/except' require 'active_support/core_ext/hash/slice' require 'active_support/core_ext/module/delegation'