This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
stockpile-ember/mirage/scenarios/default.js
2016-11-17 08:18:48 +01:00

11 lines
265 B
JavaScript

export default function(/* server */) {
/*
Seed your development database using your factories.
This data will not be loaded in your tests.
Make sure to define a factory for each model you want to create.
*/
// server.createList('post', 10);
}