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