summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-02-10 20:53:27 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-02-10 20:53:27 -0500
commit67df9f6fe7e72b59bc6d7cb1d97777424df5bd04 (patch)
treee97d1d1ac55d4f13dd3f5c84b4565c8d8d4e21ca /docs
parente93332a7352f7f21c84ecdde874041535fe91e3b (diff)
Some more minor tweaks in design
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 8094d9f..3f7a550 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -290,8 +290,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