method
broadcasting_for
rails latest stable - Class:
ActionCable::Channel::TestCase::Behavior
broadcasting_for(stream_or_object)private
No documentation available.
# File actioncable/lib/action_cable/channel/test_case.rb, line 320
def broadcasting_for(stream_or_object)
return stream_or_object if stream_or_object.is_a?(String)
self.class.channel_class.broadcasting_for(stream_or_object)
end