Pods, pods, everywhere

This commit is contained in:
Matthew Dillon 2015-06-04 12:18:59 -08:00
parent 33f783bc42
commit e623d52f34
66 changed files with 53 additions and 113 deletions

8
app/pods/user/adapter.js Normal file
View file

@ -0,0 +1,8 @@
import DS from 'ember-data';
import config from '../../config/environment';
export default DS.RESTAdapter.extend({
namespace: 'api',
host: config.apiURL,
coalesceFindRequests: true,
});