[patch] Update create.md to include an additional way to access the create ORM#1321
[patch] Update create.md to include an additional way to access the create ORM#1321onedebos wants to merge 1 commit intobalderdashy:masterfrom
Conversation
Update file to include an additional way to call the create() function on a sails model.
|
Hi @onedebos! It looks like the title of your pull request doesn’t quite match our guidelines yet. Would you please edit your pull request's title so that it begins with |
|
The Something.create() ORM did not work in my case but using sails.models.something.create(initialValues) did. This update shows that. |
|
Thanks for submitting this pull request, @onedebos! We'll look at it ASAP. In the mean time, here are some ways you can help speed things along:
Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly. For help with questions about Sails, click here. |
Update file to include an additional way to call the create() function on a sails model.