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/controllers/dashboard/groups_controller.rb')
-rw-r--r--app/controllers/dashboard/groups_controller.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/dashboard/groups_controller.rb b/app/controllers/dashboard/groups_controller.rb
deleted file mode 100644
index ed14f4e1f3b..00000000000
--- a/app/controllers/dashboard/groups_controller.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class Dashboard::GroupsController < ApplicationController
- def index
- @group_members = current_user.group_members.page(params[:page]).per(PER_PAGE)
- end
-end