cms/app-client/mirage/models/geonames.js
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2017 18:59:04 +0100
changeset 525 c06db7aa1b10
parent 304 20071981ba2a
permissions -rw-r--r--
Added tag 0.0.17 for changeset 85e8382852e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
import { Model } from 'ember-cli-mirage';
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
export default Model.extend({
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
});