日志路由

This commit is contained in:
lizanle 2015-01-22 16:40:22 +08:00
parent 565c1583d8
commit 6c0f47d96d
1 changed files with 2 additions and 0 deletions

View File

@ -820,6 +820,8 @@ RedmineApp::Application.routes.draw do
##added by lizanle 日志查看路由
match 'system_log/index'
match 'system_log/access_analysis'
match 'system_log/time_analysis'
match "/system_log" ,:to => 'system_log#index'
match 'system_log/clear'
##ended by lizanle