Sha256: 7ecbfc787236a9e70e588372a3d1179035b147f3717cbf50bc942e72c3243022
Contents?: true
Size: 908 Bytes
Versions: 61
Compression:
Stored size: 908 Bytes
Contents
// ========================================================================== // Project: <%= namespace_class_name %> Fixtures // Copyright: ©<%= Time.now.year %> My Company, Inc. // ========================================================================== /*globals <%= namespace %> */ sc_require('models/<%= filename.ext('') %>'); <%= namespace_class_name %>.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
61 entries across 61 versions & 2 rubygems