Add Setting button

This commit is contained in:
sylor_huang@126.com
2020-10-16 16:26:15 +08:00
committed by Jasder
parent 63ae3fdea0
commit 248eadb918
6 changed files with 47 additions and 6 deletions

View File

@@ -567,7 +567,7 @@ Rails.application.routes.draw do
post :update_sync_course
end
resource :laboratory_setting, only: [:show, :update]
resource :laboratory_setting, only: [:show, :update, :new]
resource :laboratory_user, only: [:create, :destroy]
resources :carousels, only: [:index, :create, :update, :destroy] do