7 lines
179 B
Ruby
7 lines
179 B
Ruby
module MemberAutomation
|
|
extend ActiveSupport::Concern
|
|
|
|
def sync_with_vhcs
|
|
AutomationService::MemberUpdate.new(self.employer.pl_plan_key, self.pb_entity_key).call
|
|
end
|
|
end |