method
mark_occurrence
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyThroughAssociation
mark_occurrence(distribution, record)private
No documentation available.
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 180
def mark_occurrence(distribution, record)
distribution[record] > 0 && distribution[record] -= 1
end