From 295bf413e57fb0b4da5a73319236403eba493734 Mon Sep 17 00:00:00 2001 From: Corin Langosch Date: Wed, 11 May 2011 16:22:27 +0200 Subject: add missing require for ordered_hash dependency --- activesupport/lib/active_support/json/encoding.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/json/encoding.rb b/activesupport/lib/active_support/json/encoding.rb index 1fafc36ee8..d22fe14b33 100644 --- a/activesupport/lib/active_support/json/encoding.rb +++ b/activesupport/lib/active_support/json/encoding.rb @@ -2,6 +2,7 @@ require 'active_support/core_ext/object/to_json' require 'active_support/core_ext/module/delegation' require 'active_support/deprecation' require 'active_support/json/variable' +require 'active_support/ordered_hash' require 'bigdecimal' require 'active_support/core_ext/big_decimal/conversions' # for #to_s -- cgit v1.2.3