aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-03-10 14:59:16 +0000
committerSeb Bacon <seb.bacon@gmail.com>2011-03-10 14:59:16 +0000
commitb51c9f424f2042790fd4f84402a012f44d52aaba (patch)
tree380f5e816cc0ded501fcbe9353235bd1b88adc15 /config/routes.rb
parent30d3f9a479275e44caecf34fff01158d07f23e33 (diff)
further i18n of templates
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index edb2c7c5f..008f9bfe4 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -111,6 +111,7 @@ 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_requesting '/help/requesting', :action => 'requesting'
help.help_general '/help/:action', :action => :action
end