backbone-parse icon indicating copy to clipboard operation
backbone-parse copied to clipboard

Model.destroy needs url property

Open mchun opened this issue 10 years ago • 1 comments

Thanks for the great library. I can use it for fetching collection and creating new models. But when I call model.destroy() the following error occurred. Error: A "url" property or function must be specified.

P.S. I am new to backbone and javascript, so I might be wrong.

mchun avatar May 08 '15 08:05 mchun

you'll need to share some code; backbone-parse doesn't really fiddle around with fetch/destroy methods.

neebz avatar May 22 '15 17:05 neebz