mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-08-09 16:38:45 +09:00
df76a227dc
First open source release of Campfire 🎉
5 lines
79 B
Ruby
5 lines
79 B
Ruby
module ApplicationCable
|
|
class Channel < ActionCable::Channel::Base
|
|
end
|
|
end
|