Added some dasboard items

This commit is contained in:
2024-09-16 13:40:04 +02:00
parent 815a8bae4d
commit e440fbe602
2 changed files with 32 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
class Admin::DashboardsController < ApplicationController
before_action :authorize!
def show
@user = User.all
@jobs = Job.currently_working_on
end
def authorize!