|
|
|
@ -1049,13 +1049,13 @@ Rails.application.routes.draw do
|
|
|
|
|
post :drag, on: :collection
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
resources :laboratory_shixuns, only: [:index, :create] do
|
|
|
|
|
resources :laboratory_shixuns, only: [:index, :create, :destroy] do
|
|
|
|
|
member do
|
|
|
|
|
post :homepage
|
|
|
|
|
post :cancel_homepage
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
resources :laboratory_subjects, only: [:index, :create] do
|
|
|
|
|
resources :laboratory_subjects, only: [:index, :create, :destroy] do
|
|
|
|
|
member do
|
|
|
|
|
post :homepage
|
|
|
|
|
post :cancel_homepage
|
|
|
|
@ -1132,13 +1132,13 @@ Rails.application.routes.draw do
|
|
|
|
|
resources :carousels, only: [:index, :create, :update, :destroy] do
|
|
|
|
|
post :drag, on: :collection
|
|
|
|
|
end
|
|
|
|
|
resources :laboratory_shixuns, only: [:index, :edit, :update] do
|
|
|
|
|
resources :laboratory_shixuns, only: [:index, :edit, :update, :destroy] do
|
|
|
|
|
member do
|
|
|
|
|
post :homepage
|
|
|
|
|
post :cancel_homepage
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
resources :laboratory_subjects, only: [:index, :edit, :update] do
|
|
|
|
|
resources :laboratory_subjects, only: [:index, :edit, :update, :destroy] do
|
|
|
|
|
member do
|
|
|
|
|
post :homepage
|
|
|
|
|
post :cancel_homepage
|
|
|
|
|