Module: Protege::BroadcastableToolkit
- Extended by:
- ActiveSupport::Concern
- Included in:
- Toolkit
- Defined in:
- app/models/concerns/protege/broadcastable_toolkit.rb
Overview
Drives real-time Turbo Stream broadcasting for Toolkit records — keeping the (global) Toolkits
sidebar live: the row is appended on create, replaced on update, and removed on destroy. First-page
viewers subscribe via turbo_stream_from "protege:toolkits" (see SidebarHelper#sidebar_stream).
Constant Summary collapse
- STREAM =
Turbo Stream channel for all
Toolkitrecords. 'protege:toolkits'