From 5f7b01d94c4b687d8d5056ce8a21146cb5907bcd Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Thu, 26 May 2011 14:30:37 -0400 Subject: [PATCH] document collection.reset() with no args. --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 56966345..b2f2b07f 100644 --- a/index.html +++ b/index.html @@ -1367,6 +1367,11 @@ Accounts.fetch(); </script> +

+ Calling collection.reset() without passing any models as arguments + will empty the entire collection. +

+

createcollection.create(attributes, [options])