instance method
broadcast_refresh_later
Ruby on Rails 2.0.23
Since v2.0.23 Last seen in v2.0.23Signature
broadcast_refresh_later()
Same as #broadcast_refresh_later_to, but the designated stream is automatically set to the current model.
Source
# File app/models/concerns/turbo/broadcastable.rb, line 450
def broadcast_refresh_later
broadcast_refresh_later_to self
end
Defined in app/models/concerns/turbo/broadcastable.rb line 450
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Turbo::Broadcastable