Skip to content

Instantly share code, notes, and snippets.

@kamal
Created July 26, 2013 04:36
Show Gist options
  • Save kamal/6086268 to your computer and use it in GitHub Desktop.
Save kamal/6086268 to your computer and use it in GitHub Desktop.
Ember.run(function() {
author.load(100, {id: 100, name: 'bob'});
post.load(1, {id: 1, author_ids: [100]});
});
Ember.run(function() {
author.set('name', 'billy');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment