I'm trying to create a new record in ember. In the past I used to manually create each of the model's fields on the object controller, but that really seems superfluous. With the code in this fiddle, as I start typing information into the text boxes, I get an error
Assertion failed: Cannot delegate set('name', t) to the 'content' property of object proxy <App.StockNewController:ember258>: its 'content' is undefined