instance method
stream_from
Ruby on Rails 7.0.10
Since v6.0.6Signature
stream_from(broadcasting, *)
No documentation comment.
Parameters
-
broadcastingreq -
argsrest
Source
# File actioncable/lib/action_cable/channel/test_case.rb, line 30
def stream_from(broadcasting, *)
streams << broadcasting
end
Defined in actioncable/lib/action_cable/channel/test_case.rb line 30
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::ChannelStub