mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
5 lines
85 B
Ruby
5 lines
85 B
Ruby
|
module ApplicationCable
|
||
|
class Connection < ActionCable::Connection::Base
|
||
|
end
|
||
|
end
|