summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README_FOR_APP4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index acd2d3f..c7468db 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -6,4 +6,6 @@ nested set. When a arbitrary url is entered it is dispatched to the
6ContentController action render_page. Based on the url parameters the 6ContentController action render_page. Based on the url parameters the
7render_page action retrieves the corresponding Node from the database. Rather 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 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 9retrieved directly by its unique_name which matches the url parameters.
10
11So much for now \ No newline at end of file