6 lines
101 B
Ruby
6 lines
101 B
Ruby
# typed: strict
|
|
module ApplicationCable
|
|
class Connection < ActionCable::Connection::Base
|
|
end
|
|
end
|