6 lines
86 B
Ruby
6 lines
86 B
Ruby
|
|
class IdCardBenefitsTemplate < ApplicationRecord
|
||
|
|
|
||
|
|
has_many :id_card_benefits
|
||
|
|
|
||
|
|
end
|