Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 5788885498c..e9403728e54 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -2992,10 +2992,6 @@ class Project < ApplicationRecord
Projects::GitGarbageCollectWorker
end
- def activity_path
- Gitlab::Routing.url_helpers.activity_project_path(self)
- end
-
def ci_forward_deployment_enabled?
return false unless ci_cd_settings