mirror of
https://github.com/github/rails.git
synced 2026-01-29 16:28:09 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user