Sha256: 0ac334b1b33d87fda136fbad7dedb763af82646850a0cab0b43eacb6e5b41e03

Contents?: true

Size: 750 Bytes

Versions: 8

Compression:

Stored size: 750 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: [],

  // Any keys in this array will be instantiated automatically from main.
  controllers: []
  
}) ;

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sproutcore-0.9.10 sc_generators/client/templates/core.js
sproutcore-0.9.5 generators/client/templates/core.js
sproutcore-0.9.3 generators/client/templates/core.js
sproutcore-0.9.4 generators/client/templates/core.js
sproutcore-0.9.8 generators/client/templates/core.js
sproutcore-0.9.6 generators/client/templates/core.js
sproutcore-0.9.7 generators/client/templates/core.js
sproutcore-0.9.9 generators/client/templates/core.js