小程序的实践课程

dev_video
daiao 5 years ago
parent 7b11040ee8
commit 65d4b82ea0

@ -0,0 +1,4 @@
class Weapps::SubjectsController < Weapps::BaseController
end

@ -1018,6 +1018,8 @@ Rails.application.routes.draw do
post :cancel_sticky, on: :collection
end
resources :subjects, path: :paths, only: [:create, :update, :edit, :show]
resources :courses, only: [:create, :update, :edit, :show] do
member do
get :shixun_homework_category

Loading…
Cancel
Save