problem_set
cxt 6 years ago
parent f903b58f6e
commit 6e105509ed

@ -1,5 +1,5 @@
class Admins::CompetitionSettingsController < Admins::BaseController
def show
def index
@competition = current_competition
end

@ -787,7 +787,7 @@ Rails.application.routes.draw do
resources :competitions, only: [:index, :show, :update] do
resources :competition_modules, only: [:index, :show, :update]
resource :competition_staff
resources :competition_teams, only: [:index, :show] do
resources :competition_teams, only: [:index, :show, :create, :update] do
post :join, on: :collection
post :leave, on: :member
get :course_detail, on: :member

Loading…
Cancel
Save