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/group.rb')
-rw-r--r--app/models/group.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/group.rb b/app/models/group.rb
index 7092d5217e1..215d6624fd3 100644
--- a/app/models/group.rb
+++ b/app/models/group.rb
@@ -790,10 +790,6 @@ class Group < Namespace
end
strong_memoize_attr :has_project_with_service_desk_enabled?
- def activity_path
- Gitlab::Routing.url_helpers.activity_group_path(self)
- end
-
# rubocop: disable CodeReuse/ServiceClass
def open_issues_count(current_user = nil)
Groups::OpenIssuesCountService.new(self, current_user).count