backbone-parse
backbone-parse copied to clipboard
Model.destroy needs url property
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.
you'll need to share some code; backbone-parse doesn't really fiddle around with fetch/destroy methods.