cms/app-client/app/routes/tabs/thematiques.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 24 Jun 2016 02:07:09 +0200
changeset 204 dd969e178944
parent 176 d1baf7ccecc8
child 236 ac6928e86d14
permissions -rw-r--r--
Fix linting, remove logs and dead code

import Ember from 'ember';

export default Ember.Route.extend({

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

});