Fixed URL definition for edit_web action

This commit is contained in:
Alexey Verkhovsky 2005-02-20 07:49:10 +00:00
parent d7198af00a
commit 3e7610c0cd

View file

@ -1,7 +1,7 @@
ActionController::Routing.draw do |map|
map.connect 'create_system', :controller => 'admin', :action => 'create_system'
map.connect 'create_web', :controller => 'admin', :action => 'create_web'
map.connect 'edit_web', :controller => 'admin', :action => 'edit_web'
map.connect ':web/edit_web', :controller => 'admin', :action => 'edit_web'
map.connect 'remove_orphaned_pages', :controller => 'admin', :action => 'remove_orphaned_pages'
map.connect ':web/file/:id', :controller => 'file', :action => 'file'