From 34ca38648bff9c705131e4769f53be2a01b2332c Mon Sep 17 00:00:00 2001 From: ochan1 Date: Sat, 14 Oct 2023 15:48:13 -0700 Subject: [PATCH] Allow Assistant Officers to Access Shortlinks page --- app/controllers/shortlinks_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/shortlinks_controller.rb b/app/controllers/shortlinks_controller.rb index e439f509..ea6e0268 100644 --- a/app/controllers/shortlinks_controller.rb +++ b/app/controllers/shortlinks_controller.rb @@ -60,7 +60,7 @@ def shortlink_params end def authorize_shortlinks - authorize(['officers', 'cmembers']) + authorize(['officers', 'assistants', 'cmembers']) end def authorize_own_shortlink