summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/DesignDocument.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 65603c4..ec874be 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -305,8 +305,7 @@ SearchController
: This controller handles user search terms. It has one method:
- `show_results()` Responds to POST by accessing whichever model(s)
- contains the information requested and renders the `search/results`
- view.
+ contains the information requested and renders the `search/results` view.
MessagesController
: TODO