cms/app-client/app/routes/tabs/thematiques.js
author ymh <ymh.work@gmail.com>
Wed, 06 Jul 2016 14:22:24 +0200
changeset 229 744379451219
parent 176 d1baf7ccecc8
child 236 ac6928e86d14
permissions -rw-r--r--
add publisher and duration_ms to model

import Ember from 'ember';

export default Ember.Route.extend({

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

});