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 haven't had any experience with Pundit. It might be compatible, but I
set up Surveyor-Gui to work with Devise. I'm not sure how to guide you
with this problem.
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #53
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: