about summary refs log blame commit diff
path: root/app/channels/application_cable/connection.rb
blob: 8d6c2a1bf4bbe843bcd32ca6237eecfe73c9012c (plain) (tree)
1
2
3
4
5
6





                                                  
# frozen_string_literal: true

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