Class: Events::CustomerProfileChanged

Inherits:
ApplicationEvent show all
Defined in:
app/events/events.rb

Overview

Published by Customer after_update_commit whenever its profile changes.
Subscribers re-query the current customer because queued events can arrive
after a later profile correction.
data: { customer_id:, profile_id_before:, profile_id_after: }

Method Summary

Methods inherited from ApplicationEvent

#data