cms/app-client/app/routes/tabs/thematiques.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 24 Jun 2016 15:26:26 +0200
changeset 206 e038d5782d06
parent 176 d1baf7ccecc8
child 236 ac6928e86d14
permissions -rw-r--r--
Discourses component: Modify label styles / Styling to SCSS / Cursor pointer

import Ember from 'ember';

export default Ember.Route.extend({

    model: function() {
        return this.store.findAll('theme');
    }

});