Commit a122a7418ae93c344d0c43c83028217f21364705

Authored by AntonioTerceiro
1 parent da4e64e3

ActionItem8: fixing typo



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@435 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/routes.rb
@@ -55,7 +55,7 @@ ActionController::Routing::Routes.draw do |map| @@ -55,7 +55,7 @@ ActionController::Routing::Routes.draw do |map|
55 55
56 map.profile 'profile/:profile/:controller', :controller => 'profile' 56 map.profile 'profile/:profile/:controller', :controller => 'profile'
57 # *content viewing* 57 # *content viewing*
58 - # XXX this route must come last so other tasks have priority over it. 58 + # XXX this route must come last so other routes have priority over it.
59 map.homepage ':profile/*page', :controller => 'content_viewer', :action => 'view_page' 59 map.homepage ':profile/*page', :controller => 'content_viewer', :action => 'view_page'
60 60
61 end 61 end