summaryrefslogtreecommitdiff
path: root/docs/DesignDocument.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DesignDocument.md')
-rw-r--r--docs/DesignDocument.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 00e2a43..58c78c5 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -233,9 +233,6 @@ teams/index.html
teams/show.html
: TODO: show individual team
-teams/new.html
- : MAYBE TODO: form to create a new team
-
teams/edit.html
: TODO: form to edit a team
@@ -347,8 +344,6 @@ TeamsController
- `index()` TODO: GET
- `show()` TODO: GET
- - `new()` MAYBE TODO: GET
- - `create()` MAYBE TODO: POST
- `edit()` TODO: GET
- `update()` TODO: POST