Document that .build doesn't apply to has_many :through associations. Closes #10707 [GMFlash]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8562 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2008-01-05 02:21:25 +00:00
parent 83f65594de
commit b144818698
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ module ActiveRecord
# #others<< | X | X | X
# #others.push | X | X | X
# #others.concat | X | X | X
# #others.build(attributes={}) | X | X | X
# #others.build(attributes={}) | X | X |
# #others.create(attributes={}) | X | X |
# #others.create!(attributes={}) | X | X | X
# #others.size | X | X | X