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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-29 18:07:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-29 18:07:33 +0300
commit762918f04a2ee8f4f7fac3d551c14af8dd30f17c (patch)
treea5e678bd635aca979707262b98607f7e2b68fd4a /app/models/project.rb
parentfb28ad5316eb794646daf3b222779ed2e08b638e (diff)
Add latest changes from gitlab-org/gitlab@master
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