Files
coolify-examples/rails-example/app/channels/application_cable/channel.rb
Andras Bacsai 853c347c28 rails
2024-05-23 12:09:16 +02:00

5 lines
79 B
Ruby

module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end