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
Devise works mostly out of the box with BackboneJS models. The only thing that you need to take note of is that Devise's update and delete routes do not use the standard BackboneJS '/users/:id/', instead it is just '/users'. Devise looks at the currently logged in user to determine which user the action is related to. To make the routes match just add to your model: