cms/app-client/app/routes/tabs/thematiques.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 10 Jun 2016 16:19:25 +0200
changeset 183 cc8b022088c8
parent 176 d1baf7ccecc8
child 236 ac6928e86d14
permissions -rw-r--r--
Bubble click area + Linting

import Ember from 'ember';

export default Ember.Route.extend({

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

});