Open devinivy opened 9 years ago
Save should be really documented. I discovered it only after reading someone else's code.
Also, model.destroy
. Will take a PR. The sails.js site has some documentation on this that we should be able to pull over.
I can't find docs on
save
,add
, andremove
methods.add
andremove
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 usingsave
, but again, I couldn't find any API-style documentation.