4 lines
77 B
Ruby
4 lines
77 B
Ruby
|
|
class IdCard::PlanBenefit < ApplicationRecord
|
||
|
|
belongs_to :id_card_plan
|
||
|
|
end
|