aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-10-04 01:34:25 +0100
committerFrancis Irving <francis@mysociety.org>2010-10-04 01:34:25 +0100
commit9870707e24a4dd5d1c931256d6e85ee042e540fc (patch)
treed72f7bf857a97c48295c8482b848c5a46ba8ddc2 /app/controllers/help_controller.rb
parent759ddc5ad79189dc6ce9b2ae44296b6fa1076e39 (diff)
Add initial API help
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
index f35ae3317..0e4fbe136 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -71,4 +71,7 @@ class HelpController < ApplicationController
end
+ def api
+ end
+
end