Sha256: 549cded0aab0cbbadb8475fcd46effcdd71f1a7fdfa5da5289a98a70de44b6b9
Contents?: true
Size: 711 Bytes
Versions: 21
Compression:
Stored size: 711 Bytes
Contents
// ========================================================================== // Docs // ========================================================================== Docs = 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: ['Docs'] }), // 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
21 entries across 21 versions & 1 rubygems