5 lines
83 B
5 lines
83 B
6 years ago
|
module ApplicationCable
|
||
|
class Channel < ActionCable::Channel::Base
|
||
|
end
|
||
|
end
|