Commit 328015ed8dc24434863b4c8fa3793f3254b5a8f8
1 parent
c66f1d79
Exists in
master
and in
29 other branches
ActionItem117: s/system_admin/system/ in routes
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@903 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/routes.rb
@@ -60,7 +60,7 @@ ActionController::Routing::Routes.draw do |map| | @@ -60,7 +60,7 @@ ActionController::Routing::Routes.draw do |map| | ||
60 | ###################################################### | 60 | ###################################################### |
61 | # administrative tasks for a environment | 61 | # administrative tasks for a environment |
62 | map.system 'system', :controller => 'system' | 62 | map.system 'system', :controller => 'system' |
63 | - map.system 'system/:controller/:action/:id', :controller => Noosfero.pattern_for_controllers_in_directory('system_admin') | 63 | + map.system 'system/:controller/:action/:id', :controller => Noosfero.pattern_for_controllers_in_directory('system') |
64 | 64 | ||
65 | 65 | ||
66 | ###################################################### | 66 | ###################################################### |