UNPKG

ember-blog

Version:

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

9 lines (6 loc) 152 B
import Post from 'ember-blog/models/post'; import fixtures from '../fixtures/posts'; Post.reopenClass({ FIXTURES: fixtures }); export default Post;