connection.rb 85 Bytes Edit Raw Blame History 1 2 3 4 module ApplicationCable class Connection < ActionCable::Connection::Base end end