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