--- a/cms/app-client/app/routes/application.js Thu Jun 23 17:09:32 2016 +0200
+++ b/cms/app-client/app/routes/application.js Thu Jun 23 17:22:57 2016 +0200
@@ -2,7 +2,7 @@
export default Ember.Route.extend({
- model() {
+ model: function() {
return this.store.findAll('document');
},