2016-11-22 13:29:44 -05:00

6 lines
115 B
Ruby

# frozen_string_literal: true
module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end