4 lines
104 B
Ruby
4 lines
104 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Admin::BackgroundJobsController < Admin::ApplicationController
|
|
end
|