Sha256: 39fdb2e414c53ac4efdd62bbdb3532df294a6d79d096d6db3362c2bec1885e1c
Contents?: true
Size: 836 Bytes
Versions: 59
Compression:
Stored size: 836 Bytes
Contents
// ========================================================================== // Project: Greenhouse.File Fixtures // Copyright: ©2010 Mike Ball // ========================================================================== /*globals Greenhouse */ sc_require('models/file'); Greenhouse.File.FIXTURES = [ // TODO: Add your data fixtures here. // All fixture records must have a unique primary key (default 'guid'). See // the example below. // { guid: 1, // firstName: "Michael", // lastName: "Scott" }, // // { guid: 2, // firstName: "Dwight", // lastName: "Schrute" }, // // { guid: 3, // firstName: "Jim", // lastName: "Halpert" }, // // { guid: 4, // firstName: "Pam", // lastName: "Beesly" }, // // { guid: 5, // firstName: "Ryan", // lastName: "Howard" } ];
Version data entries
59 entries across 59 versions & 2 rubygems