connection.rb 116 B

123456
  1. # frozen_string_literal: true
  2. module ApplicationCable
  3. class Connection < ActionCable::Connection::Base
  4. end
  5. end