From e567a5eb1afe1ac38f1da37f1c1e3922bbf79d2a Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Tue, 27 Dec 2005 03:11:03 +0000 Subject: Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSON strings git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3356 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activesupport/lib/active_support.rb') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 1cace11e9b..f498a8e1f5 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -34,4 +34,6 @@ require 'active_support/dependencies' require 'active_support/ordered_options' require 'active_support/option_merger' -require 'active_support/values/time_zone' \ No newline at end of file +require 'active_support/values/time_zone' + +require 'active_support/json' -- cgit v1.2.3