7 lines
110 B
Ruby
Raw Normal View History

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