merged master
This commit is contained in:
parent
d04093f456
commit
09b79293f0
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ class Comment
|
||||||
|
|
||||||
|
|
||||||
def send_to_view
|
def send_to_view
|
||||||
WebSocket.push_to_clients(self)
|
SocketController.new.outgoing(self)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue