method
mark_occurrence
v6.1.7.7 -
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 179
def mark_occurrence(distribution, record)
distribution[record] > 0 && distribution[record] -= 1
end