Files

6 lines
107 B
Ruby
Raw Permalink Normal View History

2025-11-24 08:22:44 -05:00
class IdCardBenefitsTemplate < ApplicationRecord
has_many :id_card_benefits, dependent: :destroy
2025-11-24 08:22:44 -05:00
end