Skip to content

Instantly share code, notes, and snippets.

@zuk
Last active December 15, 2015 03:09
Show Gist options
  • Save zuk/5192093 to your computer and use it in GitHub Desktop.
Save zuk/5192093 to your computer and use it in GitHub Desktop.
model.User = model.db.Document('users').extend({
setPhaseData: function(phaseKey, value) {
var pd = this.get('phase_data');
pd[phaseKey] = fooBar;
this.set('phase_data', pd);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment