getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
369 stars 33 forks source link

Clarified the meaning of update #69

Closed taras closed 11 years ago

taras commented 11 years ago

parent.update sounds like the action that's taken by the persistence layer to persist this model. In reality, it just refers to copying values from current model into parent session's corresponding model.