Sha256: 37d12c5f89f3de7482489153069102d6c75fd0d6f9d7f74fc754c4485207382a
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module GoodJob class CronSchedulesController < GoodJob::BaseController def index configuration = GoodJob::Configuration.new({}) @cron_schedules = configuration.cron end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
good_job-2.2.0 | engine/app/controllers/good_job/cron_schedules_controller.rb |