diff options
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 |