blob: 17a85f60f990d8497e21f5e042a54fb0ce690627 (
plain) (
tree)
|
|
# Be sure to restart your server when you modify this file. Action Cable runs in
# a loop that does not support auto reloading.
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end
|