Sha256: 79daf612eebd40656c9f90aae780762f73976c656d2a349588ba035f62a02773
Contents?: true
Size: 261 Bytes
Versions: 39
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module GoodJob module ActiveJobExtensions module Batches extend ActiveSupport::Concern def batch @_batch ||= CurrentThread.execution&.batch&.to_batch end alias batch? batch end end end
Version data entries
39 entries across 39 versions & 1 rubygems