Files
2021-08-03 19:20:33 -03:00

6 lines
115 B
Ruby

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