5 lines
79 B
5 lines
79 B
3 years ago
|
module ApplicationCable
|
||
|
class Channel < ActionCable::Channel::Base
|
||
|
end
|
||
|
end
|