1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Docfix (closes #10252)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2007-11-25 22:25:21 +00:00
parent 9e76b59c85
commit 8a59ee921a

View file

@ -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