From a122a7418ae93c344d0c43c83028217f21364705 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 10 Sep 2007 20:52:34 +0000 Subject: [PATCH] ActionItem8: fixing typo --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 9fade5a..b0b7a1e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -55,7 +55,7 @@ ActionController::Routing::Routes.draw do |map| map.profile 'profile/:profile/:controller', :controller => 'profile' # *content viewing* - # XXX this route must come last so other tasks have priority over it. + # XXX this route must come last so other routes have priority over it. map.homepage ':profile/*page', :controller => 'content_viewer', :action => 'view_page' end -- libgit2 0.21.2