Pull from master

This commit is contained in:
San Wai Lwin
2018-05-18 16:26:03 +06:30
parent 610d39847e
commit c1525be826
12 changed files with 58 additions and 32 deletions

View File

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