1 2 3 4 5
App.VideosRoute = Ember.Route.extend({ model: function() { return this.store.findAll('video'); } });