提交 c0c0ef59 编写于 作者: F Francesco Rodriguez

add more explanation to CollectionAssociation docs

上级 e66c0fc0
......@@ -11,6 +11,10 @@ module Associations
# HasManyAssociation => has_many
# HasManyThroughAssociation + ThroughAssociation => has_many :through
#
# CollectionAssociation class provides common methods to the collections
# defined by +has_and_belongs_to_many+, +has_many+ and +has_many+ with
# +:through+ association option.
#
# You need to be careful with assumptions regarding the target: The proxy
# does not fetch records from the database until it needs them, but new
# ones created with +build+ are added to the target. So, the target may be
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册