From 8a59ee921aa00ac7875afb5525d793694b1e8fe8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 25 Nov 2007 22:25:21 +0000 Subject: Docfix (closes #10252) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/reflection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb index e7a0f9a835..8a2270ac58 100644 --- a/activerecord/lib/active_record/reflection.rb +++ b/activerecord/lib/active_record/reflection.rb @@ -82,7 +82,7 @@ module ActiveRecord @name end - # Returns the name of the macro, so it would return :composed_of for + # Returns the type of the macro, so it would return :composed_of for # "composed_of :balance, :class_name => 'Money'" or :has_many for "has_many :clients". def macro @macro -- cgit v1.2.3