Sha256: 6a56aa7d78a930d278ee1aab739ecd69c0040bf15682228bc7e9e0b0568b729b
Contents?: true
Size: 1012 Bytes
Versions: 11
Compression:
Stored size: 1012 Bytes
Contents
// ========================================================================== // <%= client_class_name %> Fixtures // ========================================================================== require('core') ; <%= client_namespace %>.FIXTURES = <%= client_namespace %>.FIXTURES.concat([ // TODO: Add your data fixtures here. // All fixture records must have a unique guid and a type matching the // name of your contact. See the example below. // { guid: 1, // type: 'Contact', // firstName: "Michael", // lastName: "Scott" // }, // // { guid: 2, // type: 'Contact', // firstName: "Dwight", // lastName: "Schrute" // }, // // { guid: 3, // type: 'Contact', // firstName: "Jim", // lastName: "Halpert" // }, // // { guid: 4, // type: 'Contact', // firstName: "Pam", // lastName: "Beesly" // }, // // { guid: 5, // type: 'Contact', // firstName: "Ryan", // lastName: "Howard" // } ]);
Version data entries
11 entries across 11 versions & 1 rubygems