From 2f7b47ecd1cf477dcdf95a724847f1ef18855eaa Mon Sep 17 00:00:00 2001 From: Mat Taylor Date: Thu, 6 Oct 2011 10:25:21 -0700 Subject: [PATCH] Edited lib/app.js via GitHub --- lib/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/app.js b/lib/app.js index 4565f09..80a0f4f 100644 --- a/lib/app.js +++ b/lib/app.js @@ -28,6 +28,8 @@ pinturaConfig.getDataModel = function(request){ } // we can use the class model for RESTful creation of models var ClassModel = Model(Notifying(require("perstore/stores").DefaultStore()),{}); +ClassModel.setPath('Class'); + var fullModel = { Page: require("./model/page").Page, PageChange: require("./model/page-change").PageChange,