instance method broadcast_remove

Ruby on Rails 1.3.3

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_remove()

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

Source
# File app/models/concerns/turbo/broadcastable.rb, line 104
  def broadcast_remove
    broadcast_remove_to self
  end

Defined in app/models/concerns/turbo/broadcastable.rb line 104 · 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