Sha256: cf37ea0e11bbbe7e71c34a2bf1ae673c6c7f06cc90bc62f1bfb324aa0d53eb43
Contents?: true
Size: 984 Bytes
Versions: 12
Compression:
Stored size: 984 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
12 entries across 12 versions & 1 rubygems