Nicolas Bally 000500e534 init
2020-02-25 02:33:11 +01:00

5 lines
79 B
Ruby

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