diff options
Diffstat (limited to 'docs/DesignDocument.md')
-rw-r--r-- | docs/DesignDocument.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index 885e679..a9ae97a 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -307,8 +307,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 : This controller handles inter-user messages. It has a couple |