Skip to content

Instantly share code, notes, and snippets.

@igorT
Created December 26, 2013 18:00
Show Gist options
  • Save igorT/8136734 to your computer and use it in GitHub Desktop.
Save igorT/8136734 to your computer and use it in GitHub Desktop.
App.Person = Ember.Object.extend({
childAges: Ember.computed.mapBy('children', 'age')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment