This commit is contained in:
Jasder 2020-03-09 14:07:22 +08:00
parent 47555b73ae
commit c6132d9955
1 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ class ChallengesController < ApplicationController
# 关卡访问的权限控制
before_action :shixun_access_allowed, only: [:index]
include ShixunsHelper
include ChallengesHelper