Employer table broken up and new idcard module setup
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
class IdCard::PlanBenefit < ApplicationRecord
|
||||
belongs_to :id_card_plan
|
||||
end
|
||||
module IdCard
|
||||
class PlanBenefit < ApplicationRecord
|
||||
belongs_to :plan
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user