ember-cli-mirage

This commit is contained in:
Matthew Dillon 2015-11-02 16:28:57 -07:00
parent 257ca6edff
commit 2313135e68
7 changed files with 118 additions and 3 deletions
app/mirage/scenarios

View file

@ -0,0 +1,7 @@
export default function(/* server */) {
// Seed your development database using your factories. This
// data will not be loaded in your tests.
// server.createList('contact', 10);
}