diff --git a/config/routes.rb b/config/routes.rb index a350f5de3..602a8dda8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -26,7 +26,7 @@ # Example: :via => :get ====> :via => :get RedmineApp::Application.routes.draw do - + #match '/contests/:id/contestnotifications', :controller => 'contestnotifications', :action => 'index' @@ -818,6 +818,12 @@ RedmineApp::Application.routes.draw do match 'words/add_brief_introdution' + ##added by lizanle 日志查看路由 + match 'system_log/index' + match "/system_log" ,:to => 'system_log#index' + match 'system_log/clear' + ##ended by lizanle + Dir.glob File.expand_path("plugins/*", Rails.root) do |plugin_dir| file = File.join(plugin_dir, "config/routes.rb")