instance method broadcast_refresh_to

Ruby on Rails 2.0.23

Since v2.0.23 Last seen in v2.0.23

Signature

broadcast_refresh_to(*streamables, **attributes)

No documentation comment.

Parameters

streamables rest
attributes keyrest
Source
# File app/channels/turbo/streams/broadcasts.rb, line 36
  def broadcast_refresh_to(*streamables, **attributes)
    broadcast_stream_to(*streamables, content: turbo_stream_refresh_tag(**attributes))
  end

Defined in app/channels/turbo/streams/broadcasts.rb line 36 · 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