Added some dasboard items
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
class Admin::DashboardsController < ApplicationController
|
||||
before_action :authorize!
|
||||
def show
|
||||
@user = User.all
|
||||
@jobs = Job.currently_working_on
|
||||
end
|
||||
|
||||
def authorize!
|
||||
|
||||
Reference in New Issue
Block a user