diff options
| author | hukl <hukl@eight.local> | 2009-01-29 22:40:19 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-01-29 22:40:19 +0100 |
| commit | 44c1c3f28f6cc7e0a6c51fc1edd808422b909f23 (patch) | |
| tree | 2cff27b7b556262deca0a78d5a7e0234780b3d8c /doc | |
| parent | 7edc07cb016bebb9b6c06e105f88f595d5ad00c3 (diff) | |
added useless line to test everything
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 | ||
