channel.rb 79 Bytes Edit Raw Blame History 1 2 3 4 module ApplicationCable class Channel < ActionCable::Channel::Base end end