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
But when I try to reache /admin/plans I got this error :
undefined method `authorize?' for #<PlansAdmin::AdminController:0x00000000065450>
I tried to track this down as far as I could and it seems that the Pundit policy is well taken into account by trestle-auth, and I couldn't find where this authorize? method would be called - I didn't even find any Google/GitHub/StackOverflow result with this exact method.