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/admin/dashboard_controller.rb')
-rw-r--r--app/controllers/admin/dashboard_controller.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/controllers/admin/dashboard_controller.rb b/app/controllers/admin/dashboard_controller.rb
deleted file mode 100644
index c491e5c7550..00000000000
--- a/app/controllers/admin/dashboard_controller.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class Admin::DashboardController < Admin::ApplicationController
- def index
- @projects = Project.limit(10)
- @users = User.limit(10)
- @groups = Group.limit(10)
- end
-end