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