4 lines
84 B
Ruby
4 lines
84 B
Ruby
|
|
class IdCardBenefit < ApplicationRecord
|
||
|
|
belongs_to :id_card_benefits_template
|
||
|
|
end
|