2016-11-08 18:56:02 +01:00

5 lines
85 B
Ruby
Executable File

module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end