aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 2bf8e87fb..698c2b8c1 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -111,7 +111,10 @@ ActionController::Routing::Routes.draw do |map|
help.help_unhappy '/help/unhappy/:url_title', :action => 'unhappy'
help.help_about '/help/about', :action => 'about'
help.help_contact '/help/contact', :action => 'contact'
+ help.help_officers '/help/officers', :action => 'officers'
help.help_requesting '/help/requesting', :action => 'requesting'
+ help.help_privacy '/help/privacy', :action => 'privacy'
+ help.help_api '/help/api', :action => 'api'
help.help_general '/help/:action', :action => :action
end