channel.rb 79 字节
Newer Older
1 2 3 4
module ApplicationCable
  class Channel < ActionCable::Channel::Base
  end
end