Newer
Older
Website-backend / app / channels / application_cable / channel.rb
@lukas lukas on 3 Apr 2022 79 bytes initial commit
module ApplicationCable
  class Channel < ActionCable::Channel::Base
  end
end