module.exports = function(store) {
store.seed('simple', 10000); // 240
store.seed('complex', 400);
store.seed('heavy', 14);
};
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|