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