instance method broadcast_stream_to

Ruby on Rails 1.5.0

Since v1.3.3 Last seen in v2.0.23

Available in: v1.3.3 v1.4.0 v1.5.0 v2.0.23

Signature

broadcast_stream_to(*streamables, content:)

No documentation comment.

Parameters

streamables rest
content keyreq
Source
# File app/channels/turbo/streams/broadcasts.rb, line 79
  def broadcast_stream_to(*streamables, content:)
    ActionCable.server.broadcast stream_name_from(streamables), content
  end

Defined in app/channels/turbo/streams/broadcasts.rb line 79 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Turbo::Streams::Broadcasts

Type at least 2 characters to search.

↑↓ navigate · open · esc close