Sha256: e353124ebfd21454e2341fed612f3c0b92a94215a79f15583cf9c483f5173080
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true module GoodJob class CronSchedulesController < GoodJob::BaseController def index configuration = GoodJob::Configuration.new({}) @cron_entries = configuration.cron_entries end end end
Version data entries
3 entries across 3 versions & 1 rubygems