revert the no_authorization_required clause

This commit is contained in:
Tomas Hykel
2026-03-19 01:01:12 +01:00
parent 19ae9706d0
commit 7799ca7cbb
@@ -31,7 +31,7 @@
module Projects
class IdentifierSuggestionsController < ApplicationController
before_action :require_login
no_authorization_required! :show
before_action :authorize
def show
name = params[:name].to_s.strip