1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Add factories

This commit is contained in:
zinyando 2016-07-12 14:37:36 +02:00
parent 7e4ed6545b
commit 663995b60d
5 changed files with 58 additions and 6 deletions

View file

@ -0,0 +1,4 @@
import { Factory } from 'ember-cli-mirage';
export default Factory.extend({
});