Class: Admin::DelayedJobsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/admin/delayed_jobs_controller.rb

Overview

Provides a list of currently registered delayed jobs

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/admin/delayed_jobs_controller.rb', line 7

def index
  @jobs = Delayed::Job.all
end