Open payne-chris-r opened 7 years ago
The code example has
Person.create({ ... kids: [ - Ember.Object.create({ name: 'Tina', age: 13 }), - Person.create({ name: 'Tina', age: 13 }), ... ] })
Can you call Person.create inside Person.create? I don't see why not, but someone should test this and then change it in the README if 👍
The code example has
Can you call Person.create inside Person.create? I don't see why not, but someone should test this and then change it in the README if 👍