|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
class MyshixunsController < ApplicationController
|
|
|
|
|
before_action :require_login, :except => [:training_task_status, :code_runinng_message]
|
|
|
|
|
before_action :find_myshixun, :except => [:training_task_status]
|
|
|
|
|
before_action :find_repo_name, :except => [:training_task_status]
|
|
|
|
|
before_action :find_myshixun, :except => [:training_task_status, :code_runinng_message]
|
|
|
|
|
before_action :find_repo_name, :except => [:training_task_status, :code_runinng_message]
|
|
|
|
|
skip_before_action :verify_authenticity_token, :only => [:html_content]
|
|
|
|
|
|
|
|
|
|
## TPI关卡列表
|
|
|
|
|