diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb index d6234c6..3f9c14e 100644 --- a/app/controllers/dashboard_controller.rb +++ b/app/controllers/dashboard_controller.rb @@ -1,5 +1,5 @@ class DashboardController < ApplicationController - before_action :authenticate_user! + before_action :require_user_signed_in def index @current_section = :services