mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Basic delayed jobs queue display and rubocop fixes
This commit is contained in:
parent
c7b58d8b06
commit
f4ebbbdc95
5 changed files with 36 additions and 5 deletions
5
app/controllers/admin/delayed_jobs_controller.rb
Normal file
5
app/controllers/admin/delayed_jobs_controller.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Admin::DelayedJobsController < AdminController
|
||||
def index
|
||||
@jobs = Delayed::Job.all
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue