Added sort function and pagy calendar to admin/jobs index
This commit is contained in:
@@ -2,7 +2,7 @@ class Admin::DashboardsController < ApplicationController
|
||||
before_action :authorize!
|
||||
def show
|
||||
@user = User.all
|
||||
@jobs = Job.currently_working_on
|
||||
@jobs = Job.all
|
||||
end
|
||||
|
||||
def authorize!
|
||||
|
||||
Reference in New Issue
Block a user