github.com/zoomfoo/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/ui/mirage/factories/region.js (about) 1 import { Factory } from 'ember-cli-mirage'; 2 3 export default Factory.extend({ 4 id: () => { 5 throw new Error('The region factory will not generate IDs!'); 6 }, 7 });