cms/app-client/app/routes/tabs/carto.js
author ymh <ymh.work@gmail.com>
Thu, 08 Sep 2016 19:15:46 +0200
changeset 276 ef32bf573d9c
parent 274 53a6985443f8
child 278 f2c2c80a49f7
permissions -rw-r--r--
correct error in test with empty document returned by query

import Ember from 'ember';

export default Ember.Route.extend({

	model: function() {
        return this.store.query('geostat', { 'areas': 'FR-A,FR-B,FR-C,FR-D,FR-E' });
    }

});