cms/app-client/app/routes/tabs/thematiques.js
changeset 176 d1baf7ccecc8
child 236 ac6928e86d14
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/app-client/app/routes/tabs/thematiques.js	Mon May 30 23:58:34 2016 +0200
@@ -0,0 +1,9 @@
+import Ember from 'ember';
+
+export default Ember.Route.extend({
+
+    model: function() {
+        return this.store.findAll('theme');
+    }
+
+});