mirror of
https://github.com/we-promise/sure.git
synced 2026-05-08 13:14:58 +00:00
5 lines
79 B
Ruby
5 lines
79 B
Ruby
module ApplicationCable
|
|
class Channel < ActionCable::Channel::Base
|
|
end
|
|
end
|