bootcamp/app/channels/application_cable/connection.rb

5 lines
85 B

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