From 12c5287e30be98d4becb4319aedd8375d45322e6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 1 Apr 2006 20:10:42 +0000 Subject: Doc fix (closes #4515) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4124 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 01d98d13c8..b14e029df5 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -188,7 +188,7 @@ ...and you can configure with: - topic.to_xml(:skip_instruct => true, :skip_attributes => [ :id, bonus_time, :written_on, replies_count ]) + topic.to_xml(:skip_instruct => true, :except => [ :id, bonus_time, :written_on, replies_count ]) ...that'll return: -- cgit v1.2.3