Method: DDP::Server::Protocol::Data#send_moved_before

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

#send_moved_before(collection, id, before = nil) ⇒ Object



79
80
81
# File 'lib/ddp/server/protocol/data.rb', line 79

def send_moved_before(collection, id, before = nil)
	write_message msg: 'movedBefore', id: id, collection: collection, before: before
end