Files
baclight/app/models/id_card/plan_benefit.rb
T
2026-03-06 10:56:20 -05:00

5 lines
84 B
Ruby

module IdCard
class PlanBenefit < ApplicationRecord
belongs_to :plan
end
end