From 218406570d9ee0ce6880552540e08749d5f389ab Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 28 Mar 2006 03:31:01 +0000 Subject: Fixed docs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4081 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/json/encoders/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/json') diff --git a/activesupport/lib/active_support/json/encoders/core.rb b/activesupport/lib/active_support/json/encoders/core.rb index d3193af555..97f994ac9a 100644 --- a/activesupport/lib/active_support/json/encoders/core.rb +++ b/activesupport/lib/active_support/json/encoders/core.rb @@ -1,6 +1,6 @@ module ActiveSupport module JSON #:nodoc: - module Encoders + module Encoders #:nodoc: define_encoder Object do |object| object.instance_values.to_json end -- cgit v1.2.3