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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 10:46:28 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 10:46:28 +0400
commita52936f36a867dbdf40f0f45fd23db95e149480f (patch)
tree1325a945dcfa0617e1c4fcbcf9d60728b2904f6d /app/controllers/admin/dashboard_controller.rb
parent84e4cfc6bbfa7251dc8e2b88ca4c507b98cadc61 (diff)
Renames resque resource to background_jobs
Diffstat (limited to 'app/controllers/admin/dashboard_controller.rb')
-rw-r--r--app/controllers/admin/dashboard_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/admin/dashboard_controller.rb b/app/controllers/admin/dashboard_controller.rb
index 3c27b86180b..3c80b6503fa 100644
--- a/app/controllers/admin/dashboard_controller.rb
+++ b/app/controllers/admin/dashboard_controller.rb
@@ -2,8 +2,5 @@ class Admin::DashboardController < Admin::ApplicationController
def index
@projects = Project.order("created_at DESC").limit(10)
@users = User.order("created_at DESC").limit(10)
-
- rescue Redis::InheritedError
- @resque_accessible = false
end
end