diff options
author | francis <francis> | 2008-01-09 15:35:40 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-09 15:35:40 +0000 |
commit | 7830423f9bdb1d006c41b30e4ee30b5949c2a35f (patch) | |
tree | 5c14d558a0a2688f13502cc8e4d34576c62412ee /app/controllers/help_controller.rb | |
parent | b5dc11b5f2089b1c9b94414081e0c03d22de1e3d (diff) |
Working days calculation.
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 14 |
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 |