Sha256: 2b6c8b082d7b5979de4434c64cc00bea3984197932b0922599de3be93da06129

Contents?: true

Size: 656 Bytes

Versions: 1

Compression:

Stored size: 656 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

1 entries across 1 versions & 1 rubygems

Version Path
sproutcore-0.9.11 sc_generators/client/templates/core.js