From 44e09d51d0a6a16f876d04dd183b724cbd73494e Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Wed, 11 Mar 2020 23:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E5=A0=82=E8=B7=AF=E7=94=B1=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index ef6d561c..5a728909 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2443,7 +2443,7 @@ RedmineApp::Application.routes.draw do ## oauth相关 # add by nwb # 课程路由设置 - resources :courses do + resources :courses, :path => "classrooms" do member do get 'settings', :action => 'settings', :as => 'settings' get 'teachers'