From 6c0f47d96d313551e536ae57f814432b9e680fa1 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Thu, 22 Jan 2015 16:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 602a8dda8..c8568a486 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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