aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-10-04 01:54:07 +0100
committerFrancis Irving <francis@mysociety.org>2010-10-04 01:54:07 +0100
commit36d59a42de0d41a17ad0c083ec7d47617f8d8d42 (patch)
tree3c7c58ccf8f48e2d781cc5fd6ce151bb631d4bf9 /app/controllers/help_controller.rb
parent39aceecbb862f5d3b406a56d17d010f5534f4ce1 (diff)
Remove unnecessary controller functions.
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb8
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