Refactor species edit

This commit is contained in:
Matthew Ryan Dillon 2015-11-03 11:27:22 -07:00
parent d1e3d05db2
commit 4dbfb73b3c
8 changed files with 60 additions and 41 deletions

View file

@ -8,4 +8,5 @@ export default Mirage.Factory.extend({
strains: [],
totalStrains: 0,
sortOrder: faker.random.number(),
canEdit: faker.random.boolean(),
});