summaryrefslogtreecommitdiff
path: root/docs/DesignDocument.md
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 21:51:00 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 21:51:00 -0500
commit55817f3a77086894707758a9db50be1c88529f9b (patch)
tree3edc84e5437b8a6d7f0fde372bfd283a3c61940f /docs/DesignDocument.md
parentfa866323dedd0c9435a06a6546b4cddd60d68eb9 (diff)
add models to the UML
Diffstat (limited to 'docs/DesignDocument.md')
-rw-r--r--docs/DesignDocument.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 61a5767..7f12c66 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -400,6 +400,9 @@ does not show interactions with the `User` model that solely check
authorization to perform an action. It does not show controller
methods calling the error views. It shows transitions from a view to
a controller *only* when that is the *primary* purpose of the view; many
-workflows can be interupted at any time.
+workflows can be interupted at any time. Arrows betwen models and
+controllers indicate which direction data is flowing. Any data
+flowing from a model to the method of a controller is implicitly
+passed to the view that method renders.
![](DesignDocument-classes.pdf)\