Playing around with ember data relationships.

This commit is contained in:
Matthew Dillon 2015-01-22 09:08:56 -09:00
parent 0e16d2b0f4
commit ecb376778c
8 changed files with 81 additions and 9 deletions

5
app/adapters/species.js Normal file
View file

@ -0,0 +1,5 @@
import DS from 'ember-data';
export default DS.RESTAdapter.reopen({
namespace: 'api'
});