Sha256: 3005afc078a5043bf096db6bd0a93abf9a2cc1438c1be8d4824da208e324e9dc

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

# frozen_string_literal: true

module ChronoModel
  module Patches
    module Batches
      def in_batches(**)
        return super unless try(:history?)

        with_hid_pkey { super }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chrono_model-3.0.1 lib/chrono_model/patches/batches.rb