Sha256: f37b02154f8bba2f2728272cd781ec36690becec7574f3719f288ff8567e8d63
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 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
3 entries across 3 versions & 1 rubygems