Module: ChronoModel::Patches::Batches
- Defined in:
- lib/chrono_model/patches/batches.rb
Instance Method Summary collapse
Instance Method Details
#in_batches ⇒ Object
6 7 8 9 10 |
# File 'lib/chrono_model/patches/batches.rb', line 6 def in_batches(**) return super unless try(:history?) with_hid_pkey { super } end |