UNPKG

ember-data-lexascms

Version:

The officially supported addon for using LexasCMS with Ember Data.

13 lines (9 loc) 277 B
import JSONAPISerializer from '@ember-data/serializer/json-api'; export default class LexascmsSerializer extends JSONAPISerializer { keyForAttribute(attributeName) { return attributeName; } keyForRelationship(relationshipName) { return relationshipName; } }