summaryrefslogtreecommitdiff
path: root/app/channels/application_cable/channel.rb
blob: 9aec2305390f808ce1accaed3fccddefb742cb69 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module ApplicationCable
  class Channel < ActionCable::Channel::Base
  end
end