diff --git a/app/controllers/ci/projects_controller.rb b/app/controllers/ci/projects_controller.rb index d67342ff9..bfd3e2b43 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 RepositoriesHelper + include Ci::CloudAccountManageable before_action :load_project before_action :load_repo, only: [:update_trustie_pipeline, :activate, :deactivate]