instance method broadcast_refresh

Ruby on Rails 2.0.23

Since v2.0.23 Last seen in v2.0.23

Signature

broadcast_refresh()

Same as #broadcast_refresh_to, but the designated stream is automatically set to the current model.

Source
# File app/models/concerns/turbo/broadcastable.rb, line 386
  def broadcast_refresh
    broadcast_refresh_to self
  end

Defined in app/models/concerns/turbo/broadcastable.rb line 386 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Turbo::Broadcastable

Type at least 2 characters to search.

↑↓ navigate · open · esc close