blob: 93f28c430660466924345e45ebf925a786c3bcc1 (
plain) (
blame)
1
2
3
4
5
6
|
# Be sure to restart your server when you modify this file. Action Cable runs in
# a loop that does not support auto reloading.
module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end
|