summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README_FOR_APP11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index fe41f5c..acd2d3f 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -1,2 +1,9 @@
1Use this README file to introduce your application and point to useful places in the API for learning more. 1CCCMS
2Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries. 2
3
4The basic structure of the cccms is built from Nodes. Nodes live within a
5nested set. When a arbitrary url is entered it is dispatched to the
6ContentController action render_page. Based on the url parameters the
7render_page action retrieves the corresponding Node from the database. Rather
8than walking through the tree of the nested set to find the node, the Node is
9retrieved directly by its unique_name which matches the url parameters. \ No newline at end of file