7 lines
116 B
Ruby
Raw Normal View History

2024-05-02 22:04:43 -05:00
# frozen_string_literal: true
module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end