From 926ca9c102db5034d4eb1ab0f915ea643145e284 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 30 May 2010 01:37:23 -0300 Subject: Load JSON additions (as to_json) on active_support/all. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [#4730 state:committed] Signed-off-by: José Valim --- activesupport/lib/active_support/all.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/all.rb b/activesupport/lib/active_support/all.rb index f537818300..def8eca89f 100644 --- a/activesupport/lib/active_support/all.rb +++ b/activesupport/lib/active_support/all.rb @@ -1,3 +1,4 @@ require 'active_support' require 'active_support/time' require 'active_support/core_ext' +require 'active_support/json' -- cgit v1.2.3