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
After the discussion in #30, I suggested it might be useful to provide a method to easily check if the currently-logged-in user could access a specific route, if they wanted to, something like:
After the discussion in #30, I suggested it might be useful to provide a method to easily check if the currently-logged-in user could access a specific route, if they wanted to, something like:
user_can_access_route( DELETE => '/user/:user_id' )
Raising this as a wishlist ticket for it, and closing the original.
The text was updated successfully, but these errors were encountered: