4 lines
61 B
Ruby
4 lines
61 B
Ruby
|
|
class PlanBenefit < ApplicationRecord
|
||
|
|
belongs_to :plan
|
||
|
|
end
|