Sha256: 0c880cb701bab9a4c0ce34430f1454b4f591296ec9a67e8f47482959bed02b13
Contents?: true
Size: 260 Bytes
Versions: 32
Compression:
Stored size: 260 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
32 entries across 32 versions & 1 rubygems