From 405e5b5d3d598c30307e627cae9db46c2d964d92 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 25 Aug 2020 11:05:46 +0800 Subject: [PATCH] FIX bug --- app/controllers/ci/projects_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/ci/projects_controller.rb b/app/controllers/ci/projects_controller.rb index a5af9130..718c3ebd 100644 --- a/app/controllers/ci/projects_controller.rb +++ b/app/controllers/ci/projects_controller.rb @@ -1,5 +1,6 @@ class Ci::ProjectsController < Ci::BaseController include Devopsable + include RepositoriesHelper before_action :load_project