Files
baclight/app/channels/application_cable/connection.rb
T
2021-09-26 14:51:13 -07:00

7 lines
116 B
Ruby

# frozen_string_literal: true
module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end