merged master

This commit is contained in:
maxwell 2010-07-08 10:19:58 -07:00
parent d04093f456
commit 09b79293f0

View file

@ -36,6 +36,6 @@ class Comment
def send_to_view
WebSocket.push_to_clients(self)
SocketController.new.outgoing(self)
end
end