Files
2017-01-19 14:18:29 +06:30

5 lines
79 B
Ruby

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