From 55817f3a77086894707758a9db50be1c88529f9b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 21:51:00 -0500 Subject: add models to the UML --- docs/DesignDocument.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/DesignDocument.md') 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)\ -- cgit v1.2.3