Files

5 lines
79 B
Ruby
Raw Permalink Normal View History

2024-09-11 20:13:56 -03:00
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end