Initial commit
This commit is contained in:
5
app/serializers/find-result.js
Normal file
5
app/serializers/find-result.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import DS from 'ember-data';
|
||||
|
||||
export default DS.JSONSerializer.extend({
|
||||
primaryKey: 'aoid'
|
||||
});
|
||||
Reference in New Issue
Block a user