aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cabo <david@calibea.com>2011-09-26 15:00:48 +0200
committerDavid Cabo <david@calibea.com>2011-09-26 15:00:48 +0200
commit6d5390372a4515db3a7e9bb02831d379a468c4ee (patch)
tree778b76bf17f2e70f9e888d831a4a471820d7ee22
parenta4b7dd4fc7eb766752213bd6fb5243d9a340e7e5 (diff)
Fix duplicated route name. Fixes #198
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index ae7aac2b5..48bf92e75 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -136,7 +136,7 @@ ActionController::Routing::Routes.draw do |map|
map.with_options :controller => 'help' do |help|
help.help_unhappy '/help/unhappy/:url_title', :action => 'unhappy'
help.help_about '/help/about', :action => 'about'
- help.help_about '/help/alaveteli', :action => 'alaveteli'
+ help.help_alaveteli '/help/alaveteli', :action => 'alaveteli'
help.help_contact '/help/contact', :action => 'contact'
help.help_officers '/help/officers', :action => 'officers'
help.help_requesting '/help/requesting', :action => 'requesting'