balderdashy / waterline-docs

WARNING: The content in this repo is out of date! See https://github.com/balderdashy/sails-docs for the most up-to-date documentation
452 stars 161 forks source link

Are save, add, remove documented? #89

Open devinivy opened 9 years ago

devinivy commented 9 years ago

I can't find docs on save, add, and remove methods. add and remove have some examples in the many-to-many page, but they are not specific to many-to-many relationships. I'm looking for more API-style documentation. And there are examples of using save, but again, I couldn't find any API-style documentation.

ArsalanDotMe commented 9 years ago

Save should be really documented. I discovered it only after reading someone else's code.

devinivy commented 9 years ago

Also, model.destroy. Will take a PR. The sails.js site has some documentation on this that we should be able to pull over.

disciple-dev commented 8 years ago

I know this is old, but Model.destroy() is documented here

save, add, and remove have some docs here