diff options
author | Francis Irving <francis@mysociety.org> | 2010-10-04 01:54:07 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-10-04 01:54:07 +0100 |
commit | 36d59a42de0d41a17ad0c083ec7d47617f8d8d42 (patch) | |
tree | 3c7c58ccf8f48e2d781cc5fd6ce151bb631d4bf9 /app/controllers/help_controller.rb | |
parent | 39aceecbb862f5d3b406a56d17d010f5534f4ce1 (diff) |
Remove unnecessary controller functions.
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 0e4fbe136..5df701543 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -7,10 +7,9 @@ # $Id: help_controller.rb,v 1.12 2009-07-14 23:30:37 francis Exp $ class HelpController < ApplicationController - - def about - end + # we don't even have a control subroutine for most help pages, just see their templates + def unhappy @info_request = nil if params[:url_title] @@ -71,7 +70,4 @@ class HelpController < ApplicationController end - def api - end - end |