From 003e1d39afcebe7045dc357770d0c54d51a114a1 Mon Sep 17 00:00:00 2001 From: Eaden <_@eaden.net> Date: Sat, 16 May 2015 23:04:45 +1000 Subject: projects doesn't seem to be a valid action in this controller --- app/controllers/dashboard_controller.rb | 4 ++-- 1 file 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 -- cgit v1.2.1