From d9cd39023874cd6571c0994a20319f9f0c51e027 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Thu, 10 Jun 2010 03:40:21 -0700 Subject: [PATCH] fix a typo in comment --- activemodel/lib/active_model/serializers/json.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/activemodel/lib/active_model/serializers/json.rb b/activemodel/lib/active_model/serializers/json.rb index 9030597..23286a5 100644 --- a/activemodel/lib/active_model/serializers/json.rb +++ b/activemodel/lib/active_model/serializers/json.rb @@ -17,7 +17,7 @@ module ActiveModel # Returns a JSON string representing the model. Some configuration is # available through +options+. # - # The option ActiveModel::Base.include_root_in_json controls the + # The option ActiveRecord::Base.include_root_in_json controls the # top-level behavior of to_json. It is true by default. When it is true, # to_json will emit a single root node named after the object's type. For example: # -- 1.6.6.1