Add an explicit serializer to stop deprecation warning

This commit is contained in:
Leonard Smith 2020-10-06 17:07:19 -05:00
parent 304a496ab6
commit 935973caef
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import DS from 'ember-data';
export default DS.JSONAPISerializer.extend({
/*custom code*/
});