Browse Source

Authenticate user for index orgs page

pull/629/head
Kat 3 years ago
parent
commit
c9a13bb50b
  1. 2
      app/controllers/organisations_controller.rb

2
app/controllers/organisations_controller.rb

@ -3,7 +3,7 @@ class OrganisationsController < ApplicationController
include Modules::CaseLogsFilter
include Modules::SearchFilter
before_action :authenticate_user!, except: [:index]
before_action :authenticate_user!
before_action :find_resource, except: [:index]
before_action :authenticate_scope!

Loading…
Cancel
Save