新增:导入报名列表信息

This commit is contained in:
yystopf 2025-06-25 16:26:16 +08:00
parent e8236933e6
commit d02812a33c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
class CompetitionInfosController < ApplicationController
include ApplicationHelper
before_action :find_competition, only: [:show, :edit, :update, :update_zone_or_sub, :enroll, :upload, :enroll_status,
:statistics, :import_template, :enroll_list, :ranking_list, :enroll_update, :enroll_status_update, :apply_status_update,
:statistics, :import, :import_template, :enroll_list, :ranking_list, :enroll_update, :enroll_status_update, :apply_status_update,
:upload_enroll_template, :upload_apply_template, :enroll_template, :apply_template, :online_switch, :destroy, :update_expert_audit]
before_action :require_admin, only: [:new, :edit, :create, :destroy]
before_action :check_competition_manager, only: [:update, :enroll_status_update, :online_switch, :enroll_template]