Jesus Federico a15bf5b3a9 first commit
2016-10-13 17:30:58 +00:00

5 lines
79 B
Ruby

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