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
At the moment the authorizer index and store methods receive the request as the first and only argument. As authorizers could be generic to multiple resource types, both these methods should receive the model class as their second argument.