aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-01-09 15:35:40 +0000
committerfrancis <francis>2008-01-09 15:35:40 +0000
commit7830423f9bdb1d006c41b30e4ee30b5949c2a35f (patch)
tree5c14d558a0a2688f13502cc8e4d34576c62412ee /app/controllers/help_controller.rb
parentb5dc11b5f2089b1c9b94414081e0c03d22de1e3d (diff)
Working days calculation.
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