background_jobs_controller.rb 90 Bytes
class Admin::BackgroundJobsController < Admin::ApplicationController
  def show
  end
end