UNPKG

ember-ghost

Version:

Fully-functional, SEO friendly static site implementation of a blog system built on Ember.

6 lines (4 loc) 118 B
import DS from 'ember-data'; export default DS.JSONAPISerializer.extend({ keyForAttribute(key) { return key; } });