mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Add factories
This commit is contained in:
parent
7e4ed6545b
commit
663995b60d
5 changed files with 58 additions and 6 deletions
13
app/mirage/factories/organization.js
Normal file
13
app/mirage/factories/organization.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { Factory } from 'ember-cli-mirage';
|
||||
|
||||
export default Factory.extend({
|
||||
"id": "VzMuyEw_3WqiafcD",
|
||||
"created": "2016-05-11T15:08:24Z",
|
||||
"revised": "2016-05-23T11:23:20Z",
|
||||
"title": "EmberSherpa",
|
||||
"message": "This Documize instance contains all our team documentation",
|
||||
"url": "",
|
||||
"domain": "",
|
||||
"email": "brizdigital@gmail.com",
|
||||
"allowAnonymousAccess": false
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue