server/bo_client/app/routes/index.js
changeset 4 f55970e41793
child 28 b0b56e0f8c7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/bo_client/app/routes/index.js	Mon Oct 05 17:02:10 2015 +0200
@@ -0,0 +1,8 @@
+import Ember from 'ember';
+
+export default Ember.Route.extend({
+  model: function() {
+    return this.store.findAll('document');
+  }
+
+});