Module: BatchDependentAssociations::ClassMethods

Defined in:
lib/batch_dependent_associations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dependent_associations_batch_sizeObject



16
17
18
# File 'lib/batch_dependent_associations.rb', line 16

def dependent_associations_batch_size
  @dependent_associations_batch_size || 1000
end