Files
gitlink-forgeplus/app/channels/application_cable/channel.rb
2020-03-09 00:40:16 +08:00

5 lines
83 B
Ruby

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