tryzealot/zealot

View on GitHub
app/controllers/admin/background_jobs_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class Admin::BackgroundJobsController < ApplicationController
  # GET /admin/background_jobs
  def index
  end
end