cms/app-client/app/adapters/application.js
author nowmad@23.1.168.192.in-addr.arpa
Fri, 22 Jan 2016 15:19:00 +0100
changeset 102 976962b53ab9
parent 94 62984937a062
child 123 4c97e9da1416
permissions -rw-r--r--
use ember fixture
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
// });