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