We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0e9bb commit a6f3578Copy full SHA for a6f3578
app/controllers/person/manageds_controller.rb
@@ -30,7 +30,7 @@ def model_params
30
end
31
32
def authorize_action
33
- authorize(:change_managed, person)
+ authorize!(:change_managed, person)
34
35
36
def managed
0 commit comments