5 lines
89 B
5 lines
89 B
6 years ago
|
module ApplicationCable
|
||
|
class Connection < ActionCable::Connection::Base
|
||
|
end
|
||
|
end
|