diff --git a/app/controllers/locations_controller.rb b/app/controllers/locations_controller.rb index 9b13078ab..f9f987617 100644 --- a/app/controllers/locations_controller.rb +++ b/app/controllers/locations_controller.rb @@ -2,7 +2,7 @@ class LocationsController < ApplicationController include Pagy::Backend before_action :authenticate_user! before_action :authenticate_scope! - before_action :find_location, except: %i[new create index] + before_action :find_location, except: %i[new index] before_action :find_scheme before_action :authenticate_action!