From b170fd771ca6ed6818a1983e136d9f6aca1f3531 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 18 Apr 2006 04:37:18 +0000 Subject: Doc fix git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4225 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 106432ed9e..d7cbd010da 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -1645,7 +1645,7 @@ module ActiveRecord #:nodoc: # This behaviour can be controlled with :only, :except, and :skip_instruct # for instance: # - # topic.to_xml(:skip_instruct => true, :except => [ :id, bonus_time, :written_on, replies_count ]) + # topic.to_xml(:skip_instruct => true, :except => [ :id, :bonus_time, :written_on, :replies_count ]) # # # The First Topic -- cgit v1.2.3