Sha256: 111fa507c59f898c8a1d43815c9f74e11f193badffdb1b7c06bc24950c08ae3e
Contents?: true
Size: 653 Bytes
Versions: 12
Compression:
Stored size: 653 Bytes
Contents
// ========================================================================== // <%= class_name %> // ========================================================================== <%= class_name %> = SC.Object.create({ // This will create the server for your application. Add any namespaces // your model objects are defined in to the prefix array. server: SC.Server.create({ prefix: ['<%= class_name %>'] }), // When you are in development mode, this array will be populated with // any fixtures you create for testing and loaded automatically in your // main method. When in production, this will be an empty array. FIXTURES: [] }) ;
Version data entries
12 entries across 12 versions & 1 rubygems