Class: Events::PublicationUpdated

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

Overview

Published after a publication changes in a way that affects what products
render for it — visibility (is_discontinued), name, sku, content_url, product
line, or a replaced PDF. Triggers an edge-cache purge of the product pages
that surface it (their separately-cached Documents section). See
Publication::CachePurgeHandler.
data: { item_id: }

Method Summary

Methods inherited from ApplicationEvent

#data