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:
parent
9e76b59c85
commit
8a59ee921a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue