This commit is contained in:
Yan
2018-05-18 14:38:31 +06:30
parent 39e7269fc1
commit 0d2f609b07
4 changed files with 23 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
class OrderChannel < ApplicationCable::Channel
def subscribed
def subscribed
stream_from "order_channel"
end