connection.rb 85 Bytes
module ApplicationCable
  class Connection < ActionCable::Connection::Base
  end
end