From ecbd44482a1890f20a46b02cfec7e8a6dbd72c97 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 30 May 2010 01:37:23 -0300 Subject: [PATCH] Makes json monkey patches load [#4730 state:committed] --- activesupport/lib/active_support/all.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/activesupport/lib/active_support/all.rb b/activesupport/lib/active_support/all.rb index f537818..def8eca 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' -- 1.7.1