Fixed URL definition for edit_web action
This commit is contained in:
parent
d7198af00a
commit
3e7610c0cd
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue