From b4af87317beee4d490c5a39eb770171bd8551baa Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 28 Mar 2009 23:51:37 -0700 Subject: Explicit dependency on Array#wrap extension --- activesupport/lib/active_support/json/encoders/hash.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/json') diff --git a/activesupport/lib/active_support/json/encoders/hash.rb b/activesupport/lib/active_support/json/encoders/hash.rb index e38b4f3e16..d87b880743 100644 --- a/activesupport/lib/active_support/json/encoders/hash.rb +++ b/activesupport/lib/active_support/json/encoders/hash.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/array/wrap' + class Hash # Returns a JSON string representing the hash. # -- cgit v1.2.3