github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/mirage/factories/folder.js (about)

     1  // Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved.
     2  //
     3  // This software (Documize Community Edition) is licensed under 
     4  // GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
     5  //
     6  // You can operate outside the AGPL restrictions by purchasing
     7  // Documize Enterprise Edition and obtaining a commercial license
     8  // by contacting <sales@documize.com>. 
     9  //
    10  // https://documize.com
    11  
    12  import Mirage, { faker } from 'ember-cli-mirage';
    13  
    14  export default Mirage.Factory.extend({
    15  	"id": faker.list.cycle('VzMuyEw_3WqiafcG', 'VzMygEw_3WrtFzto'),
    16  	"created": "2016-05-11T15:08:24Z",
    17  	"revised": "2016-05-11T15:08:24Z",
    18  	"name": faker.list.cycle('My Project', 'Test'),
    19  	"orgId": "VzMuyEw_3WqiafcD",
    20  	"userId": "VzMuyEw_3WqiafcE",
    21  	"folderType": faker.list.cycle(1, 2)
    22  });