Manuel Bustillo 3d424c304e
All checks were successful
Check usage of free licenses / check-licenses (pull_request) Successful in 1m9s
Add copyright notice / copyright_notice (pull_request) Successful in 1m17s
Run unit tests / unit_tests (pull_request) Successful in 2m43s
Revert user authentication
This reverts commit b215e8a3b40be089e7359cfd424f807c2d54b1c2.
2024-11-30 10:45:17 +01:00

7 lines
123 B
Ruby

# Copyright (C) 2024 Manuel Bustillo
module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end