diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README_FOR_APP | 4 |
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 | |||
| 6 | ContentController action render_page. Based on the url parameters the | 6 | ContentController action render_page. Based on the url parameters the |
| 7 | render_page action retrieves the corresponding Node from the database. Rather | 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 | 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 | 9 | retrieved directly by its unique_name which matches the url parameters. |
| 10 | |||
| 11 | So much for now \ No newline at end of file | ||
