Skip to content

Commit a6f3578

Browse files
committed
Fix typo
1 parent ec0e9bb commit a6f3578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/person/manageds_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def model_params
3030
end
3131

3232
def authorize_action
33-
authorize(:change_managed, person)
33+
authorize!(:change_managed, person)
3434
end
3535

3636
def managed

0 commit comments

Comments
 (0)