Bootstrap Action Cable and Unicorn
This commit is contained in:
parent
07495ff9ba
commit
f98bb90f08
13 changed files with 166 additions and 1 deletions
5
app/channels/application_cable/channel.rb
Normal file
5
app/channels/application_cable/channel.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue