Files
once-campfire/app/channels/application_cable/channel.rb
Kevin McConnell df76a227dc Hello world
First open source release of Campfire 🎉
2025-08-21 09:31:59 +01:00

5 lines
79 B
Ruby

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