summaryrefslogtreecommitdiff
path: root/docs/DesignDocument.md
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 20:50:45 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 20:50:45 -0500
commit3e913a0f64954b2d7c7869917d674924682598f7 (patch)
tree604efca7d121bfcaca77c87744b0f4b8292b0070 /docs/DesignDocument.md
parent4e810a9f0c19afcda7bcdb00ddfedc4724617b62 (diff)
DesignDocument: don't allow manual team creation
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