Bootstrap Action Cable and Unicorn

This commit is contained in:
Xavier J 2016-12-22 21:49:31 +01:00
parent 07495ff9ba
commit f98bb90f08
13 changed files with 166 additions and 1 deletions

View file

@ -0,0 +1,5 @@
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end