method

broadcast_to

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: Broadcasting
broadcast_to(model, message) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 45
      def broadcast_to(model, message)
        self.class.broadcast_to(model, message)
      end
Register or log in to add new notes.