instance method
broadcast_remove
Ruby on Rails 1.5.0
Since v1.3.3 Last seen in v2.0.23Signature
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 131
def broadcast_remove
broadcast_remove_to self
end
Defined in app/models/concerns/turbo/broadcastable.rb line 131
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Turbo::Broadcastable