UNPKG

ember-blog

Version:

Adds a static blog to any Ember CLI app, supporting posts written in Markdown and HTMLBars

9 lines (6 loc) 170 B
import Author from 'ember-blog/models/author'; import fixtures from '../fixtures/authors'; // TODO Author.reopenClass({ FIXTURES: fixtures }); export default Author;