diff --git a/app/controllers/organisations_controller.rb b/app/controllers/organisations_controller.rb index 36818db4b..25c75146f 100644 --- a/app/controllers/organisations_controller.rb +++ b/app/controllers/organisations_controller.rb @@ -51,8 +51,6 @@ private end def find_resource - return if current_user.support? - @organisation = Organisation.find(params[:id]) end end