refactor(has-many): move association methods to the association
To prepare for being able to run a association method on multiple source instances i've moved the association methods to the association prototype instead of having them on the instance prototype, the instance prototype now only has proxy methods to the methods on the association.
Showing
with
33 additions
and
10 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment