Files
2025-10-27 04:17:14 +00:00

5 lines
85 B
Ruby

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