Commit 003e1d39 authored by Eaden's avatar Eaden

projects doesn't seem to be a valid action in this controller

parent cc0a4b7e
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment