Skip to content

Instantly share code, notes, and snippets.

@krishagel
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save krishagel/79fd0ba1fae1bd0f6540 to your computer and use it in GitHub Desktop.

Select an option

Save krishagel/79fd0ba1fae1bd0f6540 to your computer and use it in GitHub Desktop.
saveOrganization: function() {
var org = this.get('model');
var users = org.get('users').then(function() {
console.log(org);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment