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
The Tutorial mentions that destroy function must be present in the object returned from an Action, however, the API docs label the return value of an Action as optional. (Or when an action does return an object the destroy property may be optional as well.)
I believe the preferred solution would be to remove the "must have" from the tutorial instead of enforcing the return value.