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
I've just install Surveyor gem in my application ruby 2.2.2 rails 4.2.6 with gem pundit. And have an issue: when i'm trying to visit /surveys path it raise an error from pundit:
Pundit::AuthorizationNotPerformedError at /
SurveyorController
{"controller"=>"surveyor", "action"=>"new"}
How should I add pundit verification on action in surveycontroller?
The text was updated successfully, but these errors were encountered:
I've just install Surveyor gem in my application ruby 2.2.2 rails 4.2.6 with gem pundit. And have an issue: when i'm trying to visit /surveys path it raise an error from pundit:
Pundit::AuthorizationNotPerformedError at /
SurveyorController
{"controller"=>"surveyor", "action"=>"new"}
How should I add pundit verification on action in surveycontroller?
The text was updated successfully, but these errors were encountered: