Playing around with ember data relationships.
This commit is contained in:
parent
0e16d2b0f4
commit
ecb376778c
8 changed files with 81 additions and 9 deletions
5
app/adapters/species.js
Normal file
5
app/adapters/species.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import DS from 'ember-data';
|
||||
|
||||
export default DS.RESTAdapter.reopen({
|
||||
namespace: 'api'
|
||||
});
|
Reference in a new issue