Files
baclight/app/models/id_card_benefits_template.rb
T

6 lines
107 B
Ruby
Raw 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