aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/all.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-05-30 01:37:23 -0300
committerJosé Valim <jose.valim@gmail.com>2010-06-26 21:15:18 +0200
commit926ca9c102db5034d4eb1ab0f915ea643145e284 (patch)
tree07494808c207bfa6ccc24b58baa96fbec1be09c2 /activesupport/lib/active_support/all.rb
parent51be8dbdedd1279d74cd7a7e277c5042f278b8a2 (diff)
downloadrails-926ca9c102db5034d4eb1ab0f915ea643145e284.tar.gz
rails-926ca9c102db5034d4eb1ab0f915ea643145e284.tar.bz2
rails-926ca9c102db5034d4eb1ab0f915ea643145e284.zip
Load JSON additions (as to_json) on active_support/all.
[#4730 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport/lib/active_support/all.rb')
-rw-r--r--activesupport/lib/active_support/all.rb1
1 files changed, 1 insertions, 0 deletions
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'