Method: DDP::Server::Protocol::Data#send_removed

Defined in:
lib/ddp/server/protocol/data.rb

#send_removed(collection, id) ⇒ Object



65
66
67
# File 'lib/ddp/server/protocol/data.rb', line 65

def send_removed(collection, id)
	write_message msg: 'removed', collection: collection, id: id
end