channel.rb 79 B

1234
  1. module ApplicationCable
  2. class Channel < ActionCable::Channel::Base
  3. end
  4. end