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:
authorEaden <_@eaden.net>2015-05-16 16:04:45 +0300
committerEaden <_@eaden.net>2015-05-16 16:04:45 +0300
commit003e1d39afcebe7045dc357770d0c54d51a114a1 (patch)
tree3e50e9bac82690f1c4274b912fc25292c9b3d5ba /app/controllers/dashboard_controller.rb
parentcc0a4b7ee896a1d0ca1b0d50d6d4f9f9b480e3d0 (diff)
projects doesn't seem to be a valid action in this controller
Diffstat (limited to 'app/controllers/dashboard_controller.rb')
-rw-r--r--app/controllers/dashboard_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb
index 17ddde68f93..d2f0c43929f 100644
--- a/app/controllers/dashboard_controller.rb
+++ b/app/controllers/dashboard_controller.rb
@@ -1,7 +1,7 @@
class DashboardController < Dashboard::ApplicationController
- before_action :load_projects, except: [:projects]
+ before_action :load_projects
before_action :event_filter, only: :show
-
+
respond_to :html
def show