forked from Trustie/forgeplus
新增:导入报名列表信息
This commit is contained in:
parent
e8236933e6
commit
d02812a33c
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue