5 lines
79 B
Ruby
Raw Normal View History

2022-03-25 20:01:50 +02:00
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end