DVGM/app/channels/application_cable/channel.rb

5 lines
79 B
Ruby
Raw Permalink Normal View History

2017-10-22 18:56:44 +00:00
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end