2016-11-22 13:29:44 -05:00

6 lines
109 B
Ruby

# frozen_string_literal: true
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end