cms/app-client/app/adapters/application.js
author ymh <ymh.work@gmail.com>
Wed, 10 Feb 2016 01:08:42 +0100
changeset 119 b495d8c1bf4f
parent 102 976962b53ab9
child 123 4c97e9da1416
permissions -rw-r--r--
upgrade packages version, correct dependencies
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
7d091abf82fd add application adapter to simulate REST, using fixtures
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     1
import DS from 'ember-data';
91
acfeddc7821d rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents: 90
diff changeset
     2
102
976962b53ab9 use ember fixture
nowmad@23.1.168.192.in-addr.arpa
parents: 94
diff changeset
     3
export { default } from 'ember-data-fixture-adapter';
42
7d091abf82fd add application adapter to simulate REST, using fixtures
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     4
102
976962b53ab9 use ember fixture
nowmad@23.1.168.192.in-addr.arpa
parents: 94
diff changeset
     5
// export default DS.RESTAdapter.extend({
976962b53ab9 use ember fixture
nowmad@23.1.168.192.in-addr.arpa
parents: 94
diff changeset
     6
//   host: 'http://127.0.0.1:8000',
976962b53ab9 use ember fixture
nowmad@23.1.168.192.in-addr.arpa
parents: 94
diff changeset
     7
//   namespace: 'api',
976962b53ab9 use ember fixture
nowmad@23.1.168.192.in-addr.arpa
parents: 94
diff changeset
     8
// });