In ember\'s official guide, it provides two ways to set the controller\'s underlying object. First is setting the model property:
App.SongsRoute = Ember.Rout
In the documentation - http://emberjs.com/api/classes/Ember.Controller.html#property_model - it clearly states that when retrieving or modifying a controller's model, the model property should be used instead of the content property.