vereto-api/app/channels/application_cable/channel.rb
2018-02-16 09:12:51 +00:00

4 lines
79 B
Ruby

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