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
For example, on a resource we wanted to use the deleting() hook to run our own deletion logic. However, there is no way to prevent the controller action method from running the standard deletion logic, because it does check for a return value from the deleting hook.