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
Right now, calling save on an instance that doesn't already exist throws an error. But this need not really be the case if that instance has a valid _id field (which we can check as we do all "saved" instances. Allowing save on unknown instances is useful when we need to create or update an instance, and don't know ahead of time if it will already exist.
The text was updated successfully, but these errors were encountered:
Right now, calling
save
on an instance that doesn't already exist throws an error. But this need not really be the case if that instance has a valid _id field (which we can check as we do all "saved" instances. Allowing save on unknown instances is useful when we need to create or update an instance, and don't know ahead of time if it will already exist.The text was updated successfully, but these errors were encountered: