aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
new file mode 100644
index 000000000..8a58c1ade
--- /dev/null
+++ b/app/controllers/help_controller.rb
@@ -0,0 +1,14 @@
+# app/controllers/help_controller.rb:
+# Show information about one particular request.
+#
+# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
+# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
+#
+# $Id: help_controller.rb,v 1.1 2008-01-09 15:35:40 francis Exp $
+
+class HelpController < ApplicationController
+
+ def about
+ end
+
+end