You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, todo = yield todo.create() returns {"command":"INSERT","rowCount":1,"oid":0,"rows":[],"fields":[],"_parsers":[],"RowCtor":null,"rowAsArray":false}.
I would have assumed this to either return the newly inserted model or at least its id so I can then pass it from the store method to the show method with a redirect.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
todo = yield todo.create()
returns{"command":"INSERT","rowCount":1,"oid":0,"rows":[],"fields":[],"_parsers":[],"RowCtor":null,"rowAsArray":false}
.I would have assumed this to either return the newly inserted model or at least its
id
so I can then pass it from thestore
method to theshow
method with a redirect.Thanks in advance.
The text was updated successfully, but these errors were encountered: