admins增加实践课程

dev_local_2
cxt 5 years ago
parent d021dc48fe
commit ebfe64b569

@ -1009,6 +1009,18 @@ Rails.application.routes.draw do
end
resource :competition_setting, only: [:show, :update]
end
resources :subjects, only: [:index, :edit, :update, :destroy] do
member do
post :hide
post :cancel_hide
post :homepage_show
post :cancel_homepage_show
post :excellent
post :cancel_excellent
end
end
end
namespace :cooperative do

Loading…
Cancel
Save