Files

5 lines
79 B
Ruby
Raw Permalink Normal View History

2022-08-23 13:00:54 -07:00
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end