Sha256: e51595df331ad9c246284a0ec7b9d9f471ff952584aa572e442ab8afd5081cbf
Contents?: true
Size: 712 Bytes
Versions: 30
Compression:
Stored size: 712 Bytes
Contents
<%= copyright_block("#{namespace_class_name} Fixtures") %> /*globals <%= namespace %> */ sc_require('models/<%= filename.ext('') %>_model'); <%= 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
30 entries across 30 versions & 1 rubygems