diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 21:55:37 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 21:55:37 -0500 |
commit | 4c80ae522c123830bb86c6853b6f76d451d838f9 (patch) | |
tree | c224dbeb3afee1613f529c214e5ca6920656ebe6 | |
parent | 276fe1cd1059f259f31f2655f43252eb30ed14f1 (diff) |
UML: remove TeamsController:create
-rw-r--r-- | docs/DesignDocument-classes.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DesignDocument-classes.dot b/docs/DesignDocument-classes.dot index deaee46..3e7a0f5 100644 --- a/docs/DesignDocument-classes.dot +++ b/docs/DesignDocument-classes.dot @@ -78,7 +78,7 @@ digraph systemModel { MessagesController[label="<main> MessagesController | <new_alert> new_alert() | <post_alert> post_alert() | <show_private> show_private() | <post_private> post_private()"]; TournamentsController[label="<main> TournamentsController | <index> index() | <show> show() | <new> new() | <create> create() | <edit> edit() | <update> update() | <end> end()"]; MatchesController[label="<main> MatchesController | <index> index() | <show> show() | <edit> edit() | <update> update()"]; - TeamsController[label="<main> TeamsController | <index> index() | <show> show() | <create> create() | <edit> edit() | <update> update()"] + TeamsController[label="<main> TeamsController | <index> index() | <show> show() | <edit> edit() | <update> update()"] UsersController[label="<main> UsersController | <index> index() | <show> show() | <new> new() | <create> create() | <edit> edit() | <update> update() | <delete> delete()"] } |