2016-11-08 18:56:02 +01:00

5 lines
79 B
Ruby
Executable File

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