Files
baclight/app/models/id_card_benefit.rb
T

4 lines
84 B
Ruby
Raw Normal View History

2025-11-24 08:22:44 -05:00
class IdCardBenefit < ApplicationRecord
belongs_to :id_card_benefits_template
end