Websites/app/channels/application_cable/channel.rb

7 lines
110 B
Ruby
Raw Normal View History

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